Interface: CrudResponsePaginatedInterface<T>
Extends
GetManyDefaultResponse<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
| Property | Type | Inherited from |
|---|---|---|
count | number | GetManyDefaultResponse.count |
data | T[] | GetManyDefaultResponse.data |
page | number | GetManyDefaultResponse.page |
pageCount | number | GetManyDefaultResponse.pageCount |
total | number | GetManyDefaultResponse.total |