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

    Interface FileUpload

    FileUpload

    interface FileUpload {
        name: string;
        type: "FILE_UPLOAD";
    }
    Index

    Properties

    Properties

    name: string

    Name of the connector

    FileUpload

    type: "FILE_UPLOAD"

    Connector type (must be "FILE_UPLOAD")

    FileUpload