wfm-mobile-core
Version:
WFM Mobile Core
11 lines (10 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ETypeNotification = void 0;
var ETypeNotification;
(function (ETypeNotification) {
ETypeNotification["ALL"] = "all";
ETypeNotification["RECEIVED"] = "received";
ETypeNotification["NOT_RECEIVED"] = "notReceived";
ETypeNotification["DELETED"] = "deleted";
})(ETypeNotification = exports.ETypeNotification || (exports.ETypeNotification = {}));