import type { ErrorReport } from "./ErrorReport"; export type ErrorReportChildren = Partial<{ [K in keyof T]: ErrorReport; }>;