libremdb/src/interfaces/shared/index.ts
zyachel 18ca98fd4a refactor: make components more modular
would help in implementing name route

also did some stylistic changes
2023-04-15 20:58:09 +05:30

4 lines
106 B
TypeScript

import type Name from './name';
export type Media = Name['media']; // exactly the same in title and name