torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface SessionsState

    Sessions slice state. selectedId follows the URL / route; clearing it returns to the Library landing view.

    interface SessionsState {
        selectedId: string | null;
        sessions: readonly Session[];
    }
    Index

    Properties

    Properties

    selectedId: string | null
    sessions: readonly Session[]