Delen via


DeploymentsGetAllDeploymentsResponse type

Bevat antwoordgegevens voor de bewerking getAllDeployments.

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