The aggregated health report returned by IHealthService.check().
readonly
status: HealthStatus
Overall health status (worst of all participating indicators).
readonly
checks: Readonly<Record<string, Readonly<HealthCheckResult & { readonly latencyMs?: number; }>>>
Per-indicator results with optional latency measurements.