UNPKG

n8n-nodes-arubacentral

Version:

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

15 lines (14 loc) 502 B
import { INodeProperties } from 'n8n-workflow'; /** * UI parameters for the getWirelessClients operation */ export declare const getWirelessClientsDescription: INodeProperties[]; /** * UI parameters for the getWiredClients operation */ export declare const getWiredClientsDescription: INodeProperties[]; /** * UI parameters for the getUnifiedClients operation */ export declare const getUnifiedClientsDescription: INodeProperties[]; export declare const getClientsDescription: INodeProperties[];