export interface ICountry{ Id:number; CountryName:string; CountryImage:string; ISOCode:string; StateCount:number; }