mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Add language to node graph schema for Code nodes (#17415)
This commit is contained in:
@@ -2633,6 +2633,7 @@ export interface INodeGraphItem {
|
||||
runs?: number;
|
||||
items_total?: number;
|
||||
metric_names?: string[];
|
||||
language?: string; // only for Code node: 'javascript' or 'python'
|
||||
}
|
||||
|
||||
export interface INodeNameIndex {
|
||||
|
||||
Reference in New Issue
Block a user