Files
n8n-nodes-gwezz-changdunovel/node_modules/n8n-workflow/dist/esm/workflow-data-proxy-helpers.d.ts
2025-10-26 23:10:15 +08:00

3 lines
285 B
TypeScript

import type { INodeExecutionData, Workflow, WorkflowExecuteMode } from '.';
export declare function getPinDataIfManualExecution(workflow: Workflow, nodeName: string, mode: WorkflowExecuteMode): INodeExecutionData[] | undefined;
//# sourceMappingURL=workflow-data-proxy-helpers.d.ts.map