Type alias ContainerValue

ContainerValue: {
    [key: string]: Devtools.JSONElement;
}

ContainerValue represents the result of Array.toJSForTest() and Object.toJSForTest().

Type declaration