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
| Name | Required | Type | Description |
|---|---|---|---|
regions | Optional | Array<Region> | This is the list of Region fields that should be returned in the response body {Array<Region>} RegionList |