export interface ICity { id: number; name: string; virtualPath: string; areaId: number | null; countryIsoCode: string; }