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

    Interface GoogleDrive

    GoogleDrive

    interface GoogleDrive {
        config: GOOGLEDRIVEAuthConfig;
        name: string;
        type: "GOOGLE_DRIVE";
    }
    Index

    Properties

    Properties

    GoogleDrive

    name: string

    Name of the connector

    GoogleDrive

    type: "GOOGLE_DRIVE"

    Connector type (must be "GOOGLE_DRIVE")

    GoogleDrive