UNPKG
@mimamch/qontak
Version:
latest (0.0.4-alpha)
0.0.4-alpha
0.0.3-alpha
Mekari Qontak API
github.com/mimamch/qontak
mimamch/qontak
@mimamch/qontak
/
dist
/
pagination.d.ts
14 lines
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
type
PaginationProps
= {
limit
:
number
;
offset
:
number
; };
export
type
PaginationResponse
= {
limit
:
number
;
offset
:
number
;
total
:
number
;
cursor
?: {
next
?:
string
|
null
;
previous
?:
string
|
null
; }; };
//# sourceMappingURL=pagination.d.ts.map