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

RegionList

List of Regions RegionList

export interface RegionList {
	'regions'?: Array<Region>;
}

Properties

NameRequiredTypeDescription
regionsOptionalArray<Region>This is the list of Region fields that should be returned in the response body {Array<Region>} RegionList

Referenced Types

On this page