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 |