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