Change triggered by the Remove Location update action.

interface RemoveLocationChange {
    change: string;
    previousValue: Location;
    type: "RemoveLocationChange";
}

Properties

change: string
previousValue: Location

Value before the change.

type: "RemoveLocationChange"