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


DeploymentsGetDeploymentResponse type

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

type DeploymentsGetDeploymentResponse = Deployment & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: Deployment
  }
}