interface SpawnOptionsWithStdioTuple extends SpawnOptions Usage in Deno```typescript import { type SpawnOptionsWithStdioTuple } from "node:node__child_process.d.ts"; ``` Type Parameters Stdin extends StdioNull | StdioPipe Stdout extends StdioNull | StdioPipe Stderr extends StdioNull | StdioPipe Properties stdio: [Stdin, Stdout, Stderr, ]