UNPKG

n8n-nodes-quepasa

Version:

This is an n8n community node. It lets you use Quepasa in your n8n workflows. (use with Quepasa >= v4)

3 lines (2 loc) 211 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function resourceMessage(this: IExecuteFunctions, operation: string, items: INodeExecutionData[], i: number): Promise<any>;