UNPKG

@tencentcloud/chat-uikit-vue

Version:

Build In-App Chat & Audio/Video Call & Live Streaming in minutes with UIKit components for Vue.

16 lines (13 loc) 370 B
export interface ITUINotification { showPreviews: boolean; allowNotifications: boolean; notificationTitle: string; notificationIcon: string; } export interface INotificationConstructorParams { showPreviews?: boolean; allowNotifications?: boolean; notificationTitle?: string; notificationIcon?: string; } export type NotificationType = 'chat' | 'call';