mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
11 lines
254 B
TypeScript
11 lines
254 B
TypeScript
export const cronTypes: Record<number, string> = {
|
|
0: "Scheduled",
|
|
1: "Trigger",
|
|
}
|
|
|
|
export const cronCoverageTypes: Record<number, string> = {
|
|
0: "Only specific servers",
|
|
1: "All excludes specific servers",
|
|
2: "The alarmed servers"
|
|
}
|