export interface Language { country: string; flagIcon: string; code?: string; }