DeploymentsCancelDeploymentResponse type
Enthält Antwortdaten für den cancelDeployment-Vorgang.
type DeploymentsCancelDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}