This commit is contained in:
2025-07-18 10:43:39 +00:00
parent bf98296772
commit 596efa3f06
23 changed files with 93 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
import * as plugins from './bunq.plugins';
import { BunqAccount } from './bunq.classes.account';
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount';
import * as plugins from './bunq.plugins.js';
import { BunqAccount } from './bunq.classes.account.js';
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount.js';
export type TExportFormat = 'CSV' | 'PDF' | 'MT940';