次の方法で共有


DevicesGetGroupBestUpdatesResponse type

getGroupBestUpdates操作のレスポンス・データが含まれます。

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