Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface BackupListPagination

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

    BackupListPagination

    interface BackupListPagination {
        next: string;
    }
    Index
    next: string

    The token to use to retrieve the next page of results.

    BackupListPagination