export interface DotCMSLanguageItem { id: number; languageCode: string; countryCode: string; language: string; country: string; }