export interface CityType { id: string; name: string; }