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

    Interface Vertex

    Vertex

    interface Vertex {
        config: VERTEXAuthConfig;
        name: string;
        type: "VERTEX";
    }
    Index

    Properties

    Properties

    Vertex

    name: string

    Name of the connector

    Vertex

    type: "VERTEX"

    Must be "VERTEX"

    Vertex