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