export interface Notification { type: string; message: string; id: string; }