interface ZoneDraft {
    description?: string;
    key?: string;
    locations?: Location[];
    name: string;
}

Properties

description?: string

Description of the Zone.

key?: string

User-defined unique identifier for the Zone.

locations?: Location[]

List of locations that belong to the Zone.

name: string

Name of the Zone.

Generated using TypeDoc