UNPKG

@ev1lc0rp/n8n-nodes-ninjaone

Version:

Professional NinjaOne RMM integration for n8n with complete ticketing and device management

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