unified-llm-client
    Preparing search index...

    Interface SessionStorePage

    Opaque keyset page returned by core session stores.

    interface SessionStorePage {
        items: SessionMeta[];
        nextCursor?: string;
        previousCursor?: string;
    }
    Index

    Properties

    items: SessionMeta[]
    nextCursor?: string
    previousCursor?: string