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

    Interface GetWorkspaceByIdResponse

    GetWorkspaceByIdResponse

    interface GetWorkspaceByIdResponse {
        createdAt?: string;
        id: string;
        name: string;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt?: string

    GetWorkspaceByIdResponse

    id: string

    GetWorkspaceByIdResponse

    name: string

    GetWorkspaceByIdResponse

    updatedAt?: string

    GetWorkspaceByIdResponse