mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -3,20 +3,21 @@ import {
|
||||
} from 'n8n-core';
|
||||
import {
|
||||
IDataObject,
|
||||
INodeTypeDescription,
|
||||
INodeExecutionData,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
import {
|
||||
payoutOperations,
|
||||
payoutItemOperations,
|
||||
payoutFields,
|
||||
payoutItemFields,
|
||||
payoutItemOperations,
|
||||
payoutOperations,
|
||||
} from './PaymentDescription';
|
||||
import {
|
||||
IAmount,
|
||||
IItem,
|
||||
IPaymentBatch,
|
||||
ISenderBatchHeader,
|
||||
IItem, IAmount,
|
||||
RecipientType,
|
||||
RecipientWallet,
|
||||
} from './PaymentInteface';
|
||||
|
||||
Reference in New Issue
Block a user