import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CallArgument } = default.Runtime;
Represents function call argument. Either remote object id objectId
, primitive value
,
unserializable primitive value or neither of (for undefined) them should be specified.
Properties
optional
unserializableValue: UnserializableValuePrimitive value which can not be JSON-stringified.
optional
objectId: RemoteObjectIdRemote object handle.