共用方式為


DevicesGetGroupBestUpdatesResponse type

包含 getGroupBestUpdates 作業的回應資料。

type DevicesGetGroupBestUpdatesResponse = PageableListOfUpdatableDevices & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfUpdatableDevices
  }
}