UNPKG

n8n-nodes-ninja-one

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