export interface IAlerts { message: string; fadeOut?: boolean; autoHide?: boolean; status?: string; timeout?: number; }