interface NodeWorker.WorkerInfo Usageimport { type NodeWorker } from "node:inspector"; type { WorkerInfo } = NodeWorker; Properties workerId: WorkerID type: string title: string url: string