Integration App SDK - v0.2.0
    Preparing search index...

    Interface PullLatestRecordsEventImplementationFields

    interface PullLatestRecordsEventImplementationFields {
        implementationType: "pull-latest-records";
        methods: Record<keyof typeof methods, ConnectorDataLocationMethod>;
    }
    Index

    Properties

    implementationType: "pull-latest-records"
    methods: Record<keyof typeof methods, ConnectorDataLocationMethod>