fix(core): update
This commit is contained in:
19
ts/bunq.classes.account.ts
Normal file
19
ts/bunq.classes.account.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import * as plugins from './bunq.plugins';
|
||||
|
||||
export interface IBunqConstructorOptions {
|
||||
encryptionKey: string; // 16 byte encryption key
|
||||
apiKey: "abcd-1234-abcd-1234"; // Your bunq API key
|
||||
}
|
||||
|
||||
/**
|
||||
* the main bunq account
|
||||
*/
|
||||
export class BunqAccount {
|
||||
constructor(optionsArg) {
|
||||
|
||||
}
|
||||
|
||||
init() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user