interface SpawnOptionsWithStdioTuple extends SpawnOptions Usageimport { 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]