ResultSet
Type parameters
▪ T
Hierarchy
ResultSet
Index
Properties
Properties
Optional
count
Optional
count• count? : undefined | number
Defined in src/types/index.ts:605
data
• data: T[]
Defined in src/types/index.ts:603
next
• next: NextKey
Defined in src/types/index.ts:604
Last updated