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
/
auth.types.d.ts
6 lines
(5 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IDattoRmmCredentials
{
apiUrl
:
string
;
apiKey
:
string
;
apiSecretKey
:
string
; }