Skip to main content
zerotal

Documentation


Documentation / @zerotal/core / health / HealthCheckReport

Interface: HealthCheckReport

Defined in: health/Health.ts:38

The outcome of running one check, as it appears in the aggregate report.

Properties

status

status: HealthStatus

Defined in: health/Health.ts:39


message?

optional message?: string

Defined in: health/Health.ts:40


durationMs

durationMs: number

Defined in: health/Health.ts:41


critical

critical: boolean

Defined in: health/Health.ts:42


meta?

optional meta?: Record<string, unknown>

Defined in: health/Health.ts:43