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