export interface NotificationModel { status: string; text: string; icon: string; }