UNPKG
@coingate/coingate-sdk
Version:
latest (1.1.2)
1.1.2
1.1.1
Coingate package
github.com/coingate/coingate-node
coingate/coingate-node
@coingate/coingate-sdk
/
build
/
Modules
/
types.d.ts
5 lines
(4 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
PaginationParams
= {
page
:
number
;
per_page
:
number
; };