Type Alias: PingMonitorSchemaType
type PingMonitorSchemaType = MonitorSchema<{
host: z.ZodString;
type: z.ZodLiteral<"ping">;
}>;
Defined in: shared/types/schemaTypes.ts:180
Zod schema describing ICMP ping monitor payloads.
type PingMonitorSchemaType = MonitorSchema<{
host: z.ZodString;
type: z.ZodLiteral<"ping">;
}>;
Defined in: shared/types/schemaTypes.ts:180
Zod schema describing ICMP ping monitor payloads.