A process created by Bun.spawn.
This type accepts 3 optional type parameters which correspond to the stdio
array from the options object. Instead of specifying these, you should use one of the following utility types instead:
- ReadableSubprocess (any, pipe, pipe)
- WritableSubprocess (pipe, any, any)
- PipedSubprocess (pipe, pipe, pipe)
- NullSubprocess (ignore, ignore, ignore)