crunchy/src/interface/IEpisodePlayer.d.ts
2016-08-22 12:21:17 +02:00

13 lines
169 B
TypeScript

interface IEpisodePlayer {
subtitle?: {
id: number;
iv: string;
data: string;
};
video: {
mode: string;
file: string;
host: string;
};
}