UNPKG

@couleetech/n8n-nodes-enlightenedmsp

Version:

n8n node for EnlightenedMSP ticketing and workflow automation

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