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