n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
11 lines (10 loc) • 394 B
TypeScript
import { INodeProperties } from 'n8n-workflow';
/**
* UI parameters for the getWirelessClientDetails operation
*/
export declare const getWirelessClientDetailsDescription: INodeProperties[];
/**
* UI parameters for the getWiredClientDetails operation
*/
export declare const getWiredClientDetailsDescription: INodeProperties[];
export declare const getClientDescription: INodeProperties[];