DeploymentsCancelDeploymentResponse type
包含 cancelDeployment作的响应数据。
type DeploymentsCancelDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}