UNPKG

n8n-nodes-arubacentral

Version:

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

15 lines (14 loc) 417 B
import { getEvents } from './operations/getEvents.methods'; /** * All operations available for the events resource */ export declare const eventsOperations: { getEvents: typeof getEvents; }; /** * Check if a events operation exists * * @param operation Operation name to check * @returns boolean indicating if the operation exists */ export declare function hasEventsOperation(operation: string): boolean;