feat(SW-497): Changes to global alert schema
This commit is contained in:
5
types/enums/alert.ts
Normal file
5
types/enums/alert.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum AlertTypeEnum {
|
||||
Info = "info",
|
||||
Warning = "warning",
|
||||
Alarm = "alarm",
|
||||
}
|
||||
Reference in New Issue
Block a user