export interface DubbingQueueOverflowError { messageType: "queue_overflow"; error: string; }