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

    Interface GetWorkspacesResponse

    GetWorkspacesResponse

    interface GetWorkspacesResponse {
        nextToken?: string;
        workspaces: WorkspaceSchema[];
    }
    Index

    Properties

    nextToken?: string

    GetWorkspacesResponse

    workspaces: WorkspaceSchema[]

    GetWorkspacesResponse