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


DeploymentsGetAllDeploymentsNextResponse type

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

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