Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface InviteListPagination

    Cursor envelope for the next page. null (or absent) on the final page of results.

    InviteListPagination

    interface InviteListPagination {
        next?: string;
    }
    Index
    next?: string

    Opaque cursor for the next page. Do not parse or construct. Invalid or expired tokens return 400.

    InviteListPagination