@letsgo/db / ListItemsResult
The result of a list operation.
Name | Type |
---|---|
T |
extends DBItem |
• items: T
[]
The list of items matching the query.
• Optional
nextToken: string
Continuation token for paginated results. If present, the client should pass this token to the next call to using ListItemsOptions.nextToken to retrieve the next page of results.