Condividi tramite


DeploymentsGetDeploymentStatusResponse type

Contiene i dati di risposta per l'operazione getDeploymentStatus.

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