UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 279 B
import type { INodeProperties, IExecuteFunctions } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, i: number, instanceId: string): Promise<any>; //# sourceMappingURL=sendAndWait.operation.d.ts.map