export type CountryData = { code: string name: string languages: string[] flag: string }