Freigeben über


DeploymentsGetAllDeploymentsNextResponse type

Enthält Antwortdaten für den getAllDeploymentsNext-Vorgang.

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