UNPKG

n8n-nodes-wuzapi

Version:

n8n community nodes for Wuzapi - WhatsApp Multi-Device REST API

12 lines 519 B
import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { sendAndWaitWebhook } from '../utils/sendAndWait/utils'; export declare class WuzapiSendAndWait implements INodeType { description: INodeTypeDescription; webhook: typeof sendAndWaitWebhook; customOperations: { sendAndWait: { sendAndWait(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>; }; }; } //# sourceMappingURL=WuzapiSendAndWait.node.d.ts.map