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

    Interface PullLatestRecordsEventOutput

    interface PullLatestRecordsEventOutput {
        records: DataRecord[];
        cursor?: string;
        logs?: any[];
    }
    Index

    Properties

    Properties

    records: DataRecord[]
    cursor?: string
    logs?: any[]