UNPKG
@scuticode/shop-sdk
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha
ScutiCode shop sdk
@scuticode/shop-sdk
/
dist
/
models
/
PaginatedItems.d.ts
7 lines
(6 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
PaginatedItems
<T> {
pageIndex
:
number
;
pageSize
:
number
;
count
:
number
;
data
: T; }