Interface: PaginationResult<T>
types/PaginationResult.PaginationResult
Structure returned by a deriveList function`.
Type parameters
Name |
---|
T |
Properties
list
• list: T
[]
An array of objects of type T
.
Defined in
src/base/types/PaginationResult.ts:10
pageInfo
• pageInfo: null
| PageInfo
Meta information about pagination derived from the server response.