JobStreamType type
Определяет значения для JobStreamType. Возможные значения: "Progress", "Output", "Warning", "Error", "Debug", "Verbose", "Any"
type JobStreamType =
| "Progress"
| "Output"
| "Warning"
| "Error"
| "Debug"
| "Verbose"
| "Any"