PagedResult interface
Paged result of items.
Properties
continuation |
The continuation token for pagination. |
items | The items in the paged result. |
Property Details
continuationToken
The continuation token for pagination.
continuationToken?: string
Property Value
string
items
The items in the paged result.
items: T[]
Property Value
T[]