mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
implement notification page (#8)
This commit is contained in:
4
src/types/alert-rule.tsx
Normal file
4
src/types/alert-rule.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
export const triggerModes: Record<number, string> = {
|
||||
0: "Always",
|
||||
1: "Once",
|
||||
}
|
||||
Reference in New Issue
Block a user