UNPKG

@poli-digital/n8n-nodes-poli

Version:
8 lines (7 loc) 262 B
import { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ForwardContact implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<{ json: any; }[][]>; }