UNPKG

@panoptic-it-solutions/n8n-nodes-datto-rmm

Version:

n8n node for Datto RMM integration

8 lines (7 loc) 242 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class DattoRmmApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }