fix(core): update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IVoucher } from './voucher';
|
||||
import { type IVoucher } from './voucher.js';
|
||||
|
||||
export interface IMonthlyCheckpoint {
|
||||
start: number;
|
||||
@@ -6,8 +6,8 @@ export interface IMonthlyCheckpoint {
|
||||
pdfVoucher: IVoucher;
|
||||
}
|
||||
|
||||
export interface IFinplusPaymentAccount {
|
||||
finplusPaymentAccountId: string;
|
||||
export interface IPaymentAccount {
|
||||
id: string;
|
||||
data: {
|
||||
status: 'active' | 'inactive' | 'deleted';
|
||||
connectionData: {
|
||||
|
||||
Reference in New Issue
Block a user