export enum AlertType { Error = 'Error', Info = 'Info', Success = 'Success', Warning = 'Warning', }