import type { Notification } from "./Notification"; import type { NotificationData } from "./NotificationData"; export type NotificationView = { notification: Notification; data: NotificationData; };