wallee
Version:
TypeScript/JavaScript client for wallee
12 lines (11 loc) • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserType = void 0;
var UserType;
(function (UserType) {
UserType["HUMAN_USER"] = "HUMAN_USER";
UserType["SINGLE_SIGNON_USER"] = "SINGLE_SIGNON_USER";
UserType["APPLICATION_USER"] = "APPLICATION_USER";
UserType["ANONYMOUS_USER"] = "ANONYMOUS_USER";
UserType["SERVER_USER"] = "SERVER_USER";
})(UserType || (exports.UserType = UserType = {}));