Compartir a través de


OperationStatusCodes type

Define valores para OperationStatusCodes. Los valores posibles son: 'notStarted', 'running', 'failed', 'succeeded'

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