UNPKG

wallee

Version:
13 lines (12 loc) 483 B
'use strict'; 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 = {}));