export namespace APILanguageTranslation { export interface LanguageTranslation { language: string; translation: string; } }