import { DistrictDto } from "./district-dto.model"; export class CityDto { id?: number; name?: string; districts?: Map; };