Compartilhar via


DeploymentsGetAllDeploymentsResponse type

Contém dados de resposta para a operação getAllDeployments.

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