Partager via


DeploymentsGetDeploymentStatusResponse type

Contient les données de réponse pour l’opération getDeploymentStatus.

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