export interface Notification { id: number, text: string, date: Date, status: { username: string, status: string }[], }