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