OperationStatusCodes type

Define valores para OperationStatusCodes. Entre los valores posibles se incluyen: 'notStarted', 'running', 'failed', 'succeeded'

type OperationStatusCodes = "notStarted" | "running" | "failed" | "succeeded"