aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/customModal/models/modal.type.ts
blob: ca987ebba889ae1a651d74964c21ca2cc231fbb3 (plain)
1
2
3
4
5
6
7
8
9
10
export enum ModalType {
  info = 'info',
  warning = 'warning',
  error = 'error',
  success = 'success',
  action = 'action',
  custom = 'custom'
}