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:
@@ -6,7 +6,7 @@ import {
|
||||
TLP,
|
||||
} from './AnalyzerInterface';
|
||||
|
||||
export const analyzersOperations = [
|
||||
export const analyzersOperations: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Operation',
|
||||
name: 'operation',
|
||||
@@ -29,7 +29,7 @@ export const analyzersOperations = [
|
||||
},
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
];
|
||||
|
||||
export const analyzerFields: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user