Freigeben über


DeploymentsGetDeploymentStatusResponse type

Enthält Antwortdaten für den GetDeploymentStatus-Vorgang.

type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DeploymentStatus
  }
}