export interface TimedAnnotation { 'end-time': number; 'start-time': number; caption: string; title: string; }