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