multi-downloader-nx/@types/funiTypes.d.ts
2021-11-30 19:44:23 +01:00

14 lines
No EOL
248 B
TypeScript

import { LanguageItem } from '../modules/module.langsData';
export type FunimationMediaDownload = {
id: string,
title: string,
showTitle: string
}
export type Subtitle = {
url: string,
lang: LanguageItem,
ext: string,
out?: string
}