n8n-nodes-zuckzapgo
Version:
n8n community nodes for ZuckZapGo - WhatsApp Multi-Device REST API
12 lines • 525 B
TypeScript
import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow';
import { sendAndWaitWebhook } from '../utils/sendAndWait/utils';
export declare class ZuckZapGoSendAndWait implements INodeType {
description: INodeTypeDescription;
webhook: typeof sendAndWaitWebhook;
customOperations: {
sendAndWait: {
sendAndWait(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
};
};
}
//# sourceMappingURL=ZuckZapGoSendAndWait.node.d.ts.map