export enum AlertType { Error = 'error', Warning = 'warning', Success = 'success', Info = 'info', }