Membrane SDK - v0.8.0
    Preparing search index...

    Interface PullLatestRecordsEventImplementationFields

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

    Properties

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