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
/
resources
/
device
/
execute.d.ts
3 lines
(2 loc)
•
181 B
TypeScript
View Raw
1
2
3
import
type {
IExecuteFunctions
,
INodeExecutionData
}
from
'n8n-workflow'
;
export
declare
function
executeDeviceOperation
(
this
: IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>;