StreamType type

Defines values for StreamType. Possible values include: 'Error', 'Output'

type StreamType = "Error" | "Output"