UNPKG

@microsoft/omnichannel-chat-sdk

Version:
7 lines (6 loc) 158 B
import NotificationLevel from "./Notification"; export default interface INotification { id: string; message: string; level: NotificationLevel; }