OnErrorDeploymentType type

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.

type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment"