n8n
Version:
n8n Workflow Automation Tool
6 lines (5 loc) • 404 B
TypeScript
import type { IDataObject, IRun, ITaskData, IWorkflowBase } from 'n8n-workflow';
export declare function getDataLastExecutedNodeData(inputData: IRun): ITaskData | undefined;
export declare function addNodeIds(workflow: IWorkflowBase): void;
export declare function replaceInvalidCredentials<T extends IWorkflowBase>(workflow: T): Promise<T>;
export declare function getVariables(): Promise<IDataObject>;