export interface Notification { title: string; message: string; options: any[]; }