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
/
activity-logs.types.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
type
{ components }
from
'./datto-rmm-api'
;
export
type
ActivityLogsPage
= components[
'schemas'
][
'ActivityLogsPage'
];
export
type
ActivityLog
= components[
'schemas'
][
'ActivityLog'
];