Поделиться через


DevicesGetGroupBestUpdatesNextResponse type

Содержит данные ответа для операции getGroupBestUpdatesNext.

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