UNPKG

n8n-nodes-arubacentral

Version:

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

9 lines (8 loc) 275 B
import { INodeExecutionData } from 'n8n-workflow'; /** * Formats the API response into n8n node items * * @param response The API response to format * @returns Formatted array of node items */ export declare function formatResponse(response: any): INodeExecutionData[];