Type Alias: StatusSubscriptionHealthState
type StatusSubscriptionHealthState =
| "degraded"
| "failed"
| "healthy"
| "unknown";
Defined in: src/hooks/useStatusSubscriptionHealth.ts:38
Discrete health states for the realtime status subscription.