@longlv91/healthcare
Version:
17 lines (13 loc) • 645 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.G3JS = {}));
}(this, (function (exports) { 'use strict';
(function (UserType) {
UserType[UserType["PATIENT"] = 0] = "PATIENT";
UserType[UserType["DOCTOR"] = 1] = "DOCTOR";
UserType[UserType["PRACTICE"] = 2] = "PRACTICE";
UserType[UserType["ADMIN"] = 3] = "ADMIN";
})(exports.UserType || (exports.UserType = {}));
Object.defineProperty(exports, '__esModule', { value: true });
})));