UNPKG

n8n-nodes-arubaclearpass

Version:

n8n community node for Aruba ClearPass API integration with comprehensive identity, policy, and enforcement profile management

6 lines (5 loc) 245 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; /** * Format the API response data into n8n node execution data */ export declare function formatResponse(this: IExecuteFunctions, responseData: any): INodeExecutionData[];