interface ZoneAddLocationAction {
    action: "addLocation";
    location: Location;
}

Hierarchy (View Summary, Expand)

Properties

Properties

action: "addLocation"
location: Location

Location to be added to the Zone.

MMNEPVFCICPMFPCPTTAAATR