UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 317 B
import type { IExecuteSingleFunctions, IN8nHttpFullResponse, INodeExecutionData } from 'n8n-workflow'; export declare function sendErrorPostReceive(this: IExecuteSingleFunctions, data: INodeExecutionData[], response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>; //# sourceMappingURL=GenericFunctions.d.ts.map