export interface DubbingAuthError { messageType: "auth_error"; error: string; }