Pinecone TypeScript SDK - v8.2.0
Github Repo
Pinecone Docs
Preparing search index...
InviteList
Interface InviteList
A paginated list of invites in the organization.
Export
InviteList
interface
InviteList
{
data
:
Invite
[]
;
pagination
?:
InviteListPagination
|
null
;
}
Index
Properties
data
pagination?
Properties
data
data
:
Invite
[]
The page of invites.
Memberof
InviteList
Optional
pagination
pagination
?:
InviteListPagination
|
null
Memberof
InviteList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
pagination
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v8.2.0
Loading...
A paginated list of invites in the organization.
Export
InviteList