Searched refs:NotificationLiveViewContent (Results 1 – 2 of 2) sorted by relevance
143 export interface NotificationLiveViewContent extends NotificationBasicContent { interface539 liveView?: NotificationLiveViewContent;
27 import type { NotificationLiveViewContent as _NotificationLiveViewContent } from './notification/no…2675 export type NotificationLiveViewContent = _NotificationLiveViewContent; alias