JobStreamType type
Definuje hodnoty pro JobStreamType. Mezi možné hodnoty patří: Progress, Output, Warning, Error, Debug, Verbose, Any.
type JobStreamType =
| "Progress"
| "Output"
| "Warning"
| "Error"
| "Debug"
| "Verbose"
| "Any"