export interface IShippingCountry{ ContinentId:string; CountryId:number; StateId:number; }