@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
15 lines • 557 B
JavaScript
;
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