UIHealthReport: Omit<HealthReport, "entries"> & {
    entries: {
        [key: string]: UIHealthReportEntry;
    };
}

Generated using TypeDoc