Integration App SDK - v1.14.0
    Preparing search index...

    Interface ConnectorEventImplementationFields

    interface ConnectorEventImplementationFields {
        implementationType: "connector-event";
        stateSchema?: DataSchema;
        methods: Record<keyof typeof methods, ConnectorDataLocationMethod>;
    }
    Index

    Properties

    implementationType: "connector-event"
    stateSchema?: DataSchema
    methods: Record<keyof typeof methods, ConnectorDataLocationMethod>