update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as plugins from './bunq.plugins';
|
||||
import { BunqAccount } from './bunq.classes.account';
|
||||
import { BunqTransaction } from './bunq.classes.transaction';
|
||||
import { BunqPayment } from './bunq.classes.payment';
|
||||
import { IBunqPaginationOptions, IBunqMonetaryAccountBank } from './bunq.interfaces';
|
||||
import * as plugins from './bunq.plugins.js';
|
||||
import { BunqAccount } from './bunq.classes.account.js';
|
||||
import { BunqTransaction } from './bunq.classes.transaction.js';
|
||||
import { BunqPayment } from './bunq.classes.payment.js';
|
||||
import { IBunqPaginationOptions, IBunqMonetaryAccountBank } from './bunq.interfaces.js';
|
||||
|
||||
export type TAccountType = 'joint' | 'savings' | 'bank';
|
||||
|
||||
|
Reference in New Issue
Block a user