Type Alias: HttpLatencyMonitorSchemaType
HttpLatencyMonitorSchemaType =
MonitorSchema<{followRedirects:z.ZodOptional<z.ZodBoolean>;maxResponseTime:z.ZodNumber;type:z.ZodLiteral<"http-latency">;url:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:168
Zod schema describing HTTP latency monitor payloads.