OperationStatusType type

Defines values for OperationStatusType. Possible values include: 'notstarted', 'running', 'succeeded', 'failed'

type OperationStatusType = "notstarted" | "running" | "succeeded" | "failed"