summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/notification-type.enum.ts
blob: c82929fb51fb03f89762ba43343d145d4f7fb86f (plain)
1
2
3
4
5
export enum NotificationType {
  error,
  info,
  success
}