UNPKG

@microsoft/omnichannel-chat-sdk

Version:
15 lines 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* * Four levels on WebChat notifications; Items will be auto-ordered by severity * error > warn > info > success */ var NotificationLevel; (function (NotificationLevel) { NotificationLevel["Success"] = "success"; NotificationLevel["Info"] = "info"; NotificationLevel["Warning"] = "warn"; NotificationLevel["Error"] = "error"; //red })(NotificationLevel || (NotificationLevel = {})); exports.default = NotificationLevel; //# sourceMappingURL=Notification.js.map