type alias NodeWorker.SessionID Usageimport { type NodeWorker } from "node:inspector"; type { SessionID } = NodeWorker; Unique identifier of attached debugging session. Definition string