Type Alias GetVectorIndexesPayload

GetVectorIndexesPayload: {
    data: VectorIndexInterface[];
    paging?: PagingInterface;
}

Type declaration