mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Implement partial execution of tool nodes (no-changelog) (#14939)
This commit is contained in:
@@ -1135,6 +1135,7 @@ export interface INode {
|
||||
credentials?: INodeCredentials;
|
||||
webhookId?: string;
|
||||
extendsCredential?: string;
|
||||
rewireOutputLogTo?: NodeConnectionType;
|
||||
}
|
||||
|
||||
export interface IPinData {
|
||||
|
||||
Reference in New Issue
Block a user