@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
13 lines • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationLevel = void 0;
/**
* Notification levels
*/
var NotificationLevel;
(function (NotificationLevel) {
NotificationLevel[NotificationLevel["Info"] = 0] = "Info";
NotificationLevel[NotificationLevel["Danger"] = 1] = "Danger";
NotificationLevel[NotificationLevel["Success"] = 2] = "Success";
})(NotificationLevel || (exports.NotificationLevel = NotificationLevel = {}));
//# sourceMappingURL=notification-level.js.map