UNPKG

n8n-nodes-arubacentral

Version:

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

7 lines (6 loc) 251 B
import { getVersions } from './operations/getVersions.methods'; import { checkVersion } from './operations/checkVersion.methods'; export declare const versionOperations: { getVersions: typeof getVersions; checkVersion: typeof checkVersion; };