scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
18 lines (17 loc) • 835 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationCategoryEnum = void 0;
var NotificationCategoryEnum;
(function (NotificationCategoryEnum) {
NotificationCategoryEnum["INVITE"] = "invite";
NotificationCategoryEnum["DEVICE"] = "device";
NotificationCategoryEnum["LEAD"] = "lead";
NotificationCategoryEnum["TASK"] = "task";
NotificationCategoryEnum["MEETING"] = "meeting";
NotificationCategoryEnum["ALERT"] = "alert";
NotificationCategoryEnum["INFO"] = "info";
NotificationCategoryEnum["DANGER"] = "danger";
NotificationCategoryEnum["WARN"] = "warning";
NotificationCategoryEnum["UPDATE"] = "update";
NotificationCategoryEnum["OTHER"] = "other";
})(NotificationCategoryEnum || (exports.NotificationCategoryEnum = NotificationCategoryEnum = {}));