UNPKG

@microsoft/omnichannel-chat-sdk

Version:
8 lines (7 loc) 155 B
declare enum NotificationLevel { Success = "success", Info = "info", Warning = "warn", Error = "error" } export default NotificationLevel;