interface BaseConnectorDataCollectionEventImplementationFields {
    implementationType:
        | "webhook"
        | "pull-latest-records"
        | "custom-pull"
        | "connector-event"
        | "full-scan";
}

Properties

implementationType:
    | "webhook"
    | "pull-latest-records"
    | "custom-pull"
    | "connector-event"
    | "full-scan"