n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
15 lines (14 loc) • 449 B
TypeScript
import { postSwitch } from './operations/postSwitch.methods';
/**
* All operations available for the actioncommand resource
*/
export declare const actioncommandOperations: {
postSwitch: typeof postSwitch;
};
/**
* Check if a actioncommand operation exists
*
* @param operation Operation name to check
* @returns boolean indicating if the operation exists
*/
export declare function hasActioncommandOperation(operation: string): boolean;