import type { PerformanceMemory } from "./PerformanceMemory.type"; import type { StatsReport } from "./StatsReport.type"; export type PerformanceStatsReport = StatsReport & PerformanceMemory;