You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
business accounts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export class SessionOptions {
|
||||
createDefaultAccounts: boolean;
|
||||
createDefaultAccounts: string;
|
||||
constructor(options: any = {}) {
|
||||
this.createDefaultAccounts = options.createDefaultAccounts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user