mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Enforce type checking in all node params (#2509)
This commit is contained in:
@@ -676,7 +676,7 @@ export interface INodeProperties {
|
||||
}
|
||||
export interface INodePropertyOptions {
|
||||
name: string;
|
||||
value: string | number;
|
||||
value: string | number | boolean;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user