export interface INotificationList { description: string; loggedAt: string; status: string; icon?: string; }