次の方法で共有


DeploymentsGetAllDeploymentsResponse type

getAllDeployments 操作の応答データが含まれます。

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