export interface ICountry { id: number; name: string; iso_code: string; }