UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 193 B
import { NotificationType } from '@docsvision/webclient/System/NotificationType'; export interface INotificationRealtimeMessage { Message: string; NotificationType: NotificationType; }