共用方式為


DeploymentsCancelDeploymentResponse type

包含 cancelDeployment作的響應數據。

type DeploymentsCancelDeploymentResponse = Deployment & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: Deployment
  }
}