共用方式為


DeploymentsGetAllDeploymentsResponse type

包含 getAllDeployments 作業的回應資料。

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