OperationStateType type

Definiuje wartości typu OperationStateType. Możliwe wartości to: "Failed", "NotStarted", "Running", "Succeeded"

type OperationStateType = "Failed" | "NotStarted" | "Running" | "Succeeded"