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
/
credentials
/
DattoRmmApi.credentials.d.ts
8 lines
(7 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
DattoRmmApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }