Type Alias Notification

Notification: NotificationBase & {
    _id: string;
    createdAt: string;
    notificationId: string;
    seen: boolean;
}