Type alias HealthIndicatorEvents

HealthIndicatorEvents: {
    health:change: CustomEvent<HealthStatus>;
}

Type declaration