mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
⚡ Add link to overloads location
This commit is contained in:
parent
8e479ce252
commit
e6d2f3b31c
|
@ -394,6 +394,8 @@ export function getNode(node: INode): INode {
|
|||
/**
|
||||
* Returns the requested resolved (all expressions replaced) node parameters.
|
||||
*
|
||||
* Overloads are listed in [`packages/workflow/src/Interfaces.ts`](https://github.com/n8n-io/n8n/blob/master/packages/workflow/src/Interfaces.ts)
|
||||
*
|
||||
* @export
|
||||
* @param {Workflow} workflow
|
||||
* @param {(IRunExecutionData | null)} runExecutionData
|
||||
|
|
Loading…
Reference in a new issue