Skip to main content

Type Alias: SslMonitorSchemaType

SslMonitorSchemaType = z.ZodObject<{ activeOperations: ActiveOperationsArray; certificateWarningDays: z.ZodNumber; checkInterval: z.ZodNumber; history: HistoryArray; host: z.ZodString; id: z.ZodString; lastChecked: z.ZodOptional<z.ZodDate>; monitoring: z.ZodBoolean; port: z.ZodNumber; responseTime: z.ZodNumber; retryAttempts: z.ZodNumber; status: MonitorStatusEnum; timeout: z.ZodNumber; type: z.ZodLiteral<"ssl">; }>

Defined in: shared/types/schemaTypes.ts:299

Zod schema describing SSL certificate monitor payloads.