UNPKG

n8n-nodes-arubacentralnextgen

Version:

n8n community node for Aruba Central NextGen API integration with modern monitoring and management capabilities

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