interface SpawnOptionsWithStdioTuple extends SpawnOptions Usage in Denoimport { type SpawnOptionsWithStdioTuple } from "node:child_process"; Type Parameters Stdin extends StdioNull | StdioPipe Stdout extends StdioNull | StdioPipe Stderr extends StdioNull | StdioPipe Properties stdio: [Stdin, Stdout, Stderr, ]