export type NotificationItem = { id: number actorName: string message: string category: string target: string isRead: boolean createdAt: string }