fix(core): update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { IVoucher } from './voucher';
|
||||
import { type IVoucher } from './voucher.js';
|
||||
|
||||
export interface IFinplusTransaction {
|
||||
finplusTransactionId: string;
|
||||
export interface IMonetaryTransaction {
|
||||
id: string;
|
||||
data: {
|
||||
finplusPaymentAccountId: string;
|
||||
paymentAccountId: string;
|
||||
originTransactionId: string;
|
||||
originAccountId: string;
|
||||
additionalIds: string[];
|
||||
|
||||
Reference in New Issue
Block a user