UNPKG

wallee

Version:
10 lines (9 loc) 335 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountType = void 0; var AccountType; (function (AccountType) { AccountType["MASTER"] = "MASTER"; AccountType["REGULAR"] = "REGULAR"; AccountType["SUBACCOUNT"] = "SUBACCOUNT"; })(AccountType || (exports.AccountType = AccountType = {}));