crunchy/src/interface/IEpisodePlayer.d.ts
2015-05-23 19:07:14 +02:00

12 lines
151 B
TypeScript

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