interface PromiseWithChild extends Promise<T> Usage in Denoimport { type PromiseWithChild } from "node:child_process"; Type Parameters T Properties child: ChildProcess