Interface: Pageable
types.Pageable
Hierarchy
Pageable
Properties
cursor
• Optional
cursor: string
Opaque string specifying where to start retrival of the next page of results.
Defined in
node_modules/@web3-storage/upload-client/dist/src/types.d.ts:131
size
• Optional
size: number
Maximum number of items to return.
Defined in
node_modules/@web3-storage/upload-client/dist/src/types.d.ts:135