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:
@@ -10,6 +10,7 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeProperties,
|
||||
INodePropertyOptions,
|
||||
NodeApiError,
|
||||
} from 'n8n-workflow';
|
||||
@@ -92,7 +93,7 @@ export function adjustAddresses(addresses: [{ [key: string]: string }]) {
|
||||
return results;
|
||||
}
|
||||
|
||||
export function getAccountFields() {
|
||||
export function getAccountFields(): INodeProperties[] {
|
||||
return [
|
||||
{
|
||||
displayName: 'Account Category',
|
||||
|
||||
Reference in New Issue
Block a user