UNPKG

echadospalante-core

Version:

This package contains the core of the echadospalante project, it contains the domain entities, helpers, and other utilities that are shared between the different services.

11 lines (10 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppRole = void 0; var AppRole; (function (AppRole) { AppRole["ADMIN"] = "ADMIN"; AppRole["USER"] = "USER"; AppRole["MODERATOR"] = "MODERATOR"; AppRole["NEWS_WRITER"] = "NEWS_WRITER"; })(AppRole || (exports.AppRole = AppRole = {}));