Interface UpdateLocationOnRestore

Interface for the 'restore' update location action.

interface UpdateLocationOnRestore {
    action: "restore";
    routes: Record<string, Omit<LocationRoute, "is_mounted">>;
}

Hierarchy (View Summary)

Properties

Properties

action: "restore"

The action type.

routes: Record<string, Omit<LocationRoute, "is_mounted">>

The routes to be restored.