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