import { IFragment } from './IFragment'; export interface ICityFragment extends IFragment { areaId?: string | null; countryId: string; }