pl4y-data-library
Version:
This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.
10 lines • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserType = void 0;
var UserType;
(function (UserType) {
UserType["PARENT"] = "PARENT";
UserType["CHILD"] = "CHILD";
UserType["TEACHER"] = "TEACHER";
})(UserType = exports.UserType || (exports.UserType = {}));
//# sourceMappingURL=user-types.enum.js.map