OperationStateOutput type

Enum describing allowed operation states.

type OperationStateOutput =
  | "NotStarted"
  | "Running"
  | "Succeeded"
  | "Failed"
  | "Canceled"