Aracılığıyla paylaş


DeploymentsGetAllDeploymentsResponse type

getAllDeployments işleminin yanıt verilerini içerir.

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