JobStreamType type
Defines values for JobStreamType. Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'
type JobStreamType =
| "Progress"
| "Output"
| "Warning"
| "Error"
| "Debug"
| "Verbose"
| "Any"