14 lines
No EOL
248 B
TypeScript
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
|
|
} |