Type Alias: HttpMonitorSchemaType
HttpMonitorSchemaType =
MonitorSchema<{type:z.ZodLiteral<"http">;url:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:119
Zod schema describing HTTP monitor payloads stored in persisted state.
HttpMonitorSchemaType =
MonitorSchema<{type:z.ZodLiteral<"http">;url:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:119
Zod schema describing HTTP monitor payloads stored in persisted state.