# ProcessStdioInherit

`import { ProcessStdioInherit } from "destack:process/binding";`

Inherit a standard stream from the parent process.

```ds title="ProcessStdioInherit"
export struct ProcessStdioInherit {
    kind: "inherit";
}
```

[language/library/src/process/binding/spawn.ds:24:27](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/spawn.ds#L24-L27)

## Members

### `kind: "inherit"`

Discriminator for this stdio variant.
