Skip to content

Variable: HealthCheckResultSchema

ts
const HealthCheckResultSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
  passed: ZodOptional<ZodBoolean>;
}, $loose>;

Defined in: src/cloud/models/healthCheckResult.ts:5

Jira instance health check results. Deprecated and no longer returned.