Interface UpdateLocationOnGetRoutesResponse

Interface for the 'get_routes_response' update location action.

interface UpdateLocationOnGetRoutesResponse {
    action: "get_routes_response";
    app: string;
    routes: LocationRoutes;
}

Hierarchy (View Summary)

Properties

Properties

action: "get_routes_response"

The action type.

app: string

The application identifier.

The routes in the response.