AW-981 Add Alert enum.
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
33b15677d2
commit
23eb27cf7f
5
projects/common/src/fm/enumerations/alert.enum.ts
Normal file
5
projects/common/src/fm/enumerations/alert.enum.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
export enum Alert {
|
||||||
|
Danger = "danger",
|
||||||
|
Warning = "warning",
|
||||||
|
Success = "success"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user