UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

7 lines (6 loc) 228 B
import { INodeProperties } from 'n8n-workflow'; /** * Operation selector for the network resource */ export declare const networkOperationSelector: INodeProperties; export declare const networkDescriptions: INodeProperties[];