Interface RecordSet

interface RecordSet {
    batches: Batch[];
}

Properties

Properties

batches: Batch[]

Generated using TypeDoc