@jfln/marvin-db
Version:
biblioteca de objetos para normalizar o acesso a um banco mongo db
14 lines (12 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PunishmentTypes = void 0;
var PunishmentTypes;
exports.PunishmentTypes = PunishmentTypes;
(function (PunishmentTypes) {
PunishmentTypes["BAN"] = "ban";
PunishmentTypes["KICK"] = "kick";
PunishmentTypes["WARN"] = "warn";
})(PunishmentTypes || (exports.PunishmentTypes = PunishmentTypes = {}));