Documentation
    Preparing search index...

    Interface KeysForwarderSessionRegistry

    Minimal session-registry contract used by the forwarder — matches the @kehto/shell singleton sessionRegistry and test doubles alike.

    interface KeysForwarderSessionRegistry {
        getAllEntries(): SessionEntry[];
    }
    Index

    Methods