You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
initial commit
This commit is contained in:
6
src/app/shared/session-options.ts
Normal file
6
src/app/shared/session-options.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class SessionOptions {
|
||||
createDefaultAccounts: boolean;
|
||||
constructor(options: any = {}) {
|
||||
this.createDefaultAccounts = options.createDefaultAccounts;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user