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

    Interface PreviewIndexList

    The list of indexes that exist in the project.

    IndexList

    interface PreviewIndexList {
        indexes?: PreviewIndexModel[];
    }
    Index
    indexes?: PreviewIndexModel[]

    List of indexes in the project

    IndexList