export interface NotificationModel { source: string; message: string; event?: any; }