interface NotificationEvent { id: number; title: string; body: string; icon: string; silent: boolean; }