HealthIndicatorResult
The result object of a health indicator
type HealthIndicatorResult = {
[key: string]: {
status: HealthIndicatorStatus;
[optionalKeys: string]: any;
};
};
The result object of a health indicator
type HealthIndicatorResult = {
[key: string]: {
status: HealthIndicatorStatus;
[optionalKeys: string]: any;
};
};