Interface: IPagedResponse<T>
An interface representing an entity's PagedResponse object.
Interface
IPagedResponse
Type parameters
| Name |
|---|
T |
Table of contents
Properties
Properties
totalItemsCount
• totalItemsCount: number
The total number of items.
items
• items: T[]
The list of entity items.
totalPagesCount
• totalPagesCount: number
The total number of pages.
hasNextPage
• hasNextPage: boolean
Whether there is a next page.