DeploymentsCancelDeploymentResponse type
Contains response data for the cancelDeployment operation.
type DeploymentsCancelDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}