@vectorize-io/vectorize-client
    Preparing search index...

    Interface GetWorkspacesRequest

    interface GetWorkspacesRequest {
        limit?: number;
        nextToken?: string;
        organizationId: string;
    }
    Index

    Properties

    limit?: number
    nextToken?: string
    organizationId: string