UNPKG
n8n-nodes-datto-rmm
Version:
latest (0.2.0)
0.2.0
n8n node for Datto RMM integration
n8n-nodes-datto-rmm
/
dist
/
nodes
/
DattoRmm
/
types
/
base
/
pagination.types.d.ts
10 lines
(9 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IPaginationData
{
count
:
number
;
totalCount
:
number
;
prevPageUrl
:
string
|
null
;
nextPageUrl
:
string
|
null
; }
export
interface
IActivityLogPagination
{
searchAfter
:
string
[]; }