Поделиться через


DeploymentsGetDeploymentStatusResponse type

Содержит данные ответа для операции getDeploymentStatus.

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