Skip to main content

Type Alias: MonitorTypeEnum

type MonitorTypeEnum = z.ZodEnum<{
cdn-edge-consistency: "cdn-edge-consistency";
dns: "dns";
http: "http";
http-header: "http-header";
http-json: "http-json";
http-keyword: "http-keyword";
http-latency: "http-latency";
http-status: "http-status";
ping: "ping";
port: "port";
replication: "replication";
server-heartbeat: "server-heartbeat";
ssl: "ssl";
websocket-keepalive: "websocket-keepalive";
}>;

Defined in: shared/types/schemaTypes.ts:322