Partager via


JobStreamType type

Définit des valeurs pour JobStreamType. Les valeurs possibles sont les suivantes : « Progress », « Output », « Warning », « Error », « Debug », « Verbose », « Any »

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