UNPKG
@panoptic-it-solutions/n8n-nodes-datto-rmm
Version:
alpha (0.4.0-alpha.8)
latest (0.10.0)
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-alpha.8
0.4.0-alpha.7
0.4.0-alpha.6
0.4.0-alpha.5
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.3.0
0.2.1
n8n node for Datto RMM integration
@panoptic-it-solutions/n8n-nodes-datto-rmm
/
dist
/
nodes
/
DattoRmm
/
types
/
system.types.d.ts
5 lines
(4 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
import
type
{ components }
from
'./datto-rmm-api'
;
export
type
StatusResponse
= components[
'schemas'
][
'StatusResponse'
];
export
type
RateStatusResponse
= components[
'schemas'
][
'RateStatusResponse'
];
export
type
PaginationConfiguration
= components[
'schemas'
][
'PaginationConfiguration'
];