wallee
Version:
TypeScript/JavaScript client for wallee
13 lines (12 loc) • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountState = void 0;
var AccountState;
(function (AccountState) {
AccountState["CREATE"] = "CREATE";
AccountState["RESTRICTED_ACTIVE"] = "RESTRICTED_ACTIVE";
AccountState["ACTIVE"] = "ACTIVE";
AccountState["INACTIVE"] = "INACTIVE";
AccountState["DELETING"] = "DELETING";
AccountState["DELETED"] = "DELETED";
})(AccountState || (exports.AccountState = AccountState = {}));