mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
🐛 Fix display bug with identically named parameters with
dependencies
This commit is contained in:
@@ -318,6 +318,10 @@ export interface INodePropertyCollection {
|
||||
values: INodeProperties[];
|
||||
}
|
||||
|
||||
export interface IParameterDependencies {
|
||||
[key: string]: string[];
|
||||
}
|
||||
|
||||
export interface ITriggerResponse {
|
||||
closeFunction?: () => Promise<void>;
|
||||
// To manually trigger the run
|
||||
|
||||
Reference in New Issue
Block a user