Type Alias StdioOption

StdioOption:
    | "pipe"
    | "ipc"
    | "ignore"
    | "inherit"
    | Stream
    | number
    | undefined