Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

City

data object of city City

export interface City {
	'isocode'?: string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
isocodeOptionalstringISO 3166-1 alpha-2 standard, e.g.[countryIso]-[regionNumber]-[cityNumber] {string} City
nameOptionalstringname of city {string} City

On this page