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

Properties

Properties

action: "addLocation"
location: Location

Location to be added to the Zone.

Generated using TypeDoc