export interface TranslateTranslationError { messageType: "translation_error"; error: string; }