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

    Interface CustomPullEventImplementationFields

    interface CustomPullEventImplementationFields {
        implementationType: "custom-pull";
        stateSchema?: DataSchema;
        methods: Record<keyof typeof methods, ConnectorDataCollectionMethod>;
    }
    Index

    Properties

    implementationType: "custom-pull"
    stateSchema?: DataSchema
    methods: Record<keyof typeof methods, ConnectorDataCollectionMethod>