multi-downloader-nx/@types/subtitleObject.d.ts
2021-10-28 16:57:25 +02:00

7 lines
No EOL
113 B
TypeScript

export type Subtitle = {
path: string,
ext: string,
langName: string,
language: string,
file?: string
}