export interface ICountry { code: string; flag: string; }