Dela via


DeploymentsGetAllDeploymentsResponse type

Innehåller svarsdata för åtgärden getAllDeployments.

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