UNPKG

@microsoft/omnichannel-chat-sdk

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