interface Profiler.ScriptTypeProfile Unstable Usageimport { type Profiler } from "node:inspector"; type { ScriptTypeProfile } = Profiler; Type profile data collected during runtime for a JavaScript script. Properties scriptId: Runtime.ScriptId JavaScript script id. url: string JavaScript script name or url. entries: TypeProfileEntry[] Type profile entries for parameters and return values of the functions in the script.