Change triggered by the Add Location update action.

interface AddLocationChange {
    change: string;
    nextValue: Location;
    type: "AddLocationChange";
}

Properties

Properties

change: string
nextValue: Location

Value after the change.

type: "AddLocationChange"