Freigeben über


DeploymentsGetAllDeploymentsNextResponse type

Contains response data for the getAllDeploymentsNext operation.

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