export interface DubbingTranslation { messageType: "translation"; text: string; segmentId: string; startS: number; endS: number; speakerId: string; }