Type Alias: CdnEdgeConsistencyMonitorSchemaType
CdnEdgeConsistencyMonitorSchemaType =
z.ZodObject<{activeOperations:ActiveOperationsArray;baselineUrl:z.ZodString;checkInterval:z.ZodNumber;edgeLocations:z.ZodString;history:HistoryArray;id:z.ZodString;lastChecked:z.ZodOptional<z.ZodDate>;monitoring:z.ZodBoolean;responseTime:z.ZodNumber;retryAttempts:z.ZodNumber;status:MonitorStatusEnum;timeout:z.ZodNumber;type:z.ZodLiteral<"cdn-edge-consistency">; }>
Defined in: shared/types/schemaTypes.ts:321
Zod schema describing CDN edge consistency monitor payloads.