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