interface Runtime.InternalPropertyDescriptor
          
Usage in Deno
import { type Runtime } from "node:inspector/promises"; type { InternalPropertyDescriptor } = Runtime;
Object internal property descriptor. This property isn't normally visible in JavaScript code.
name: string
      
    Conventional property name.
optional
value: RemoteObject | undefined
      
    The value associated with the property.