UNPKG
n8n-nodes-datto-rmm
Version:
latest (0.2.0)
0.2.0
n8n node for Datto RMM integration
n8n-nodes-datto-rmm
/
dist
/
credentials
/
DattoRmmApi.credentials.d.ts
9 lines
(8 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
DattoRmmApi
implements
ICredentialType
{
name
:
string
;
extends
:
string
[];
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }