n8n-nodes-base
Version:
Base nodes of n8n
7 lines • 426 B
TypeScript
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, ITriggerFunctions, ITriggerResponse } from 'n8n-workflow';
export declare class ErrorTrigger implements INodeType {
description: INodeTypeDescription;
trigger(this: ITriggerFunctions): Promise<ITriggerResponse>;
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=ErrorTrigger.node.d.ts.map