n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
11 lines (10 loc) • 357 B
TypeScript
import { INodeProperties } from 'n8n-workflow';
/**
* Resource selection for the topology domain
*/
export declare const topologyResourceSelector: INodeProperties;
/**
* Build the descriptions array for topology domain
*/
export declare const topologyDomainDescriptions: INodeProperties[];
export { topologyDomainDescriptions as topologyDescriptions };