Alokai

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