wfm-mobile-core
Version:
WFM Mobile Core
23 lines (22 loc) • 664 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ETypeNotification_1 = require("../enums/ETypeNotification");
var notificationTypes = [
{
value: ETypeNotification_1.ETypeNotification.ALL,
name: 'NOTIFICATION_ALL',
},
{
value: ETypeNotification_1.ETypeNotification.RECEIVED,
name: 'NOTIFICATION_RECEIVED',
},
{
value: ETypeNotification_1.ETypeNotification.NOT_RECEIVED,
name: 'NOTIFICATION_NOT_RECEIVED',
},
{
value: ETypeNotification_1.ETypeNotification.DELETED,
name: 'NOTIFICATION_DELETED',
},
];
exports.default = notificationTypes;