export interface RequestTranslationNameCreateOrUpdate { id?: string; language: string; name: string; }