Interface UpdateLocationOnGetRoutesRequest

Interface for the 'get_routes_request' update location action.

interface UpdateLocationOnGetRoutesRequest {
    action: "get_routes_request";
    app: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "get_routes_request"

The action type.

app: string

The application identifier.