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


DeploymentsGetAllDeploymentsResponse type

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

type DeploymentsGetAllDeploymentsResponse = PageableListOfDeployments & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDeployments
  }
}