unified-llm-client
    Preparing search index...

    Interface SessionPage<TItem>

    Cursor page wrapper returned by collection endpoints.

    interface SessionPage<TItem> {
        items: TItem[];
        nextCursor?: string;
    }

    Type Parameters

    • TItem
    Index

    Properties

    Properties

    items: TItem[]
    nextCursor?: string