/** * This is auto-generated file, don't modify this file manually */ /** * translations.translate */ export interface TranslationsTranslateParams { texts: string; translation_language: string; } export interface TranslationsTranslateResponse { texts?: string[]; source_lang?: string; }