export type NotificationItem = { id: number title: string message: string isRead: boolean createdAt: string }