Compartilhar via


JobStreamType type

Define valores para JobStreamType. Os valores possíveis incluem: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'

type JobStreamType =
  | "Progress"
  | "Output"
  | "Warning"
  | "Error"
  | "Debug"
  | "Verbose"
  | "Any"