export interface INotificationInfo { title: string; message: string; data: any; }