ISubtitle.d.ts 241 B

12345678910111213
  1. interface ISubtitle {
  2. $: {
  3. title: string;
  4. wrap_style: string;
  5. play_res_x: string;
  6. play_res_y: string;
  7. id: string;
  8. lang_string: string;
  9. created: string;
  10. };
  11. events: ISubtitleEvent;
  12. styles: ISubtitleStyle;
  13. }