HostToAppFrameMemoryMetrics type
Memory metrics for a specific frame within the app.
type HostToAppFrameMemoryMetrics = {
commitSizeKB: number
hostAndPath: string
processId: number
treeLevel: number
workingSetSizeKB: number
}