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

    Interface DestinationConnectorSchema

    DestinationConnectorSchema

    interface DestinationConnectorSchema {
        config?: { [key: string]: any };
        id: string;
        type: DestinationConnectorType;
    }
    Index

    Properties

    Properties

    config?: { [key: string]: any }

    DestinationConnectorSchema

    id: string

    DestinationConnectorSchema

    DestinationConnectorSchema