export type CityData = { code: string name: string country: string subdivision?: string | null wikidata_id: string }