interface Iter {
    data: Record[];
    position: number;
}

Properties

Properties

data: Record[]
position: number

Generated using TypeDoc