HealthIndicatorResult

The result object of a health indicator


type HealthIndicatorResult = {
    [key: string]: {
        status: HealthIndicatorStatus;
        [optionalKeys: string]: any;
    };
};