TStdioOptions
Bun

type

child_process.StdioOptions

type StdioOptions = IOType | IOType | 'ipc' | Stream | number | null | undefined[]

Referenced types

type IOType = 'overlapped' | 'pipe' | 'ignore' | 'inherit'