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

District

data object of district District

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

Properties

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

On this page