Membrane React - v0.6.0
    Preparing search index...

    Interface PullLatestRecordsEventImplementationFields

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

    Properties

    implementationType: "pull-latest-records"
    methods: Record<
        keyof typeof PullLatestRecordsEventImplementationType.methods,
        ConnectorDataCollectionMethod,
    >