mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
⚡ Enforce type checking in all node params (#2509)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export const customerAdditionalFieldsOptions = [
|
||||
import {
|
||||
INodeProperties,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export const customerAdditionalFieldsOptions: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Active',
|
||||
name: 'Active',
|
||||
|
||||
Reference in New Issue
Block a user