feat(HTTP Request Node): Port optimizeResponse from httpRequest tool to standalone node (no-changelog) (#14307)

This commit is contained in:
Charlie Kolb
2025-04-16 08:48:16 +02:00
committed by GitHub
parent 7c1be05845
commit d42e61bc35
10 changed files with 602 additions and 23 deletions

View File

@@ -1377,7 +1377,7 @@ export interface IDisplayOptions {
};
show?: {
'@version'?: Array<number | DisplayCondition>;
'@tool'?: [boolean];
'@tool'?: boolean[];
[key: string]: Array<NodeParameterValue | DisplayCondition> | undefined;
};