UNPKG

n8n-nodes-datto-rmm

Version:

n8n node for Datto RMM integration

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