fix(core): update
This commit is contained in:
parent
640ad81b70
commit
def87cc216
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() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,3 @@
|
|||||||
const removeme = {};
|
import * as bunqCommunityClient from '@bunq-community/bunq-js-client';
|
||||||
export {
|
|
||||||
removeme
|
export { bunqCommunityClient };
|
||||||
}
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
import * as plugins from './bunq.plugins';
|
|
||||||
|
|
||||||
export let standardExport = 'Hi there! :) This is an exported string';
|
|
Loading…
Reference in New Issue
Block a user