mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
export const serviceTypes: Record<number, string> = {
|
|
1: "HTTP GET",
|
|
2: "ICMP Ping",
|
|
3: "TCPing",
|
|
}
|
|
|
|
export const serviceCoverageTypes: Record<number, string> = {
|
|
0: "All excludes specific servers",
|
|
1: "Only specific servers",
|
|
}
|