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

CityList

list of city CityList

export interface CityList {
	'cities'?: Array<City>;
}

Properties

NameRequiredTypeDescription
citiesOptionalArray<City>list of city {Array<City>} CityList

Referenced Types

On this page