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