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

    Interface Zoom

    Zoom

    interface Zoom {
        config: ZOOMAuthConfig;
        name: string;
        type: "ZOOM";
    }
    Index

    Properties

    Properties

    Zoom

    name: string

    Name of the connector

    Zoom

    type: "ZOOM"

    Connector type (must be "ZOOM")

    Zoom