Partager via


DeploymentsGetAllDeploymentsNextResponse type

Contient les données de réponse pour l’opération getAllDeploymentsNext.

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