次の方法で共有


DevicesGetGroupBestUpdatesNextResponse type

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

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