Interface UpdateLocation

Base interface for update location actions.

interface UpdateLocation {
    action: string;
}

Hierarchy (View Summary)

Properties

Properties

action: string

The action to be performed.