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

    Interface PullLatestRecordsEventImplementationFields

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

    Properties

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