interface ZoneRemoveLocationAction {
    action: "removeLocation";
    location: Location;
}

Properties

Properties

action: "removeLocation"
location: Location

Location to be removed from the Zone.

Generated using TypeDoc