mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Invoice Ninja Node): Fix actions for bank transactions (#11511)
This commit is contained in:
@@ -2,8 +2,13 @@ export interface IBankTransaction {
|
||||
amount?: number;
|
||||
bank_integration_id?: number;
|
||||
base_type?: string;
|
||||
currency_id?: number;
|
||||
date?: string;
|
||||
description?: string;
|
||||
id?: string;
|
||||
paymentId?: string;
|
||||
payment_id?: string;
|
||||
}
|
||||
|
||||
export interface IBankTransactions {
|
||||
transactions: IBankTransaction[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user