Interface UpdateLocationOnRestoreCompleted

Interface for the 'restore_completed' update location action.

interface UpdateLocationOnRestoreCompleted {
    action: "restore_completed";
    app: string;
    path: string;
    query: Record<string, any>;
}

Hierarchy (View Summary)

Properties

Properties

action: "restore_completed"

The action type.

app: string

The application identifier.

path: string

The path of the route.

query: Record<string, any>

The query parameters of the route.