Interface PullLatestRecordsEventOutput

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

Properties

Properties

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