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


DevicesGetDeviceClassInstallableUpdatesNextResponse type

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

type DevicesGetDeviceClassInstallableUpdatesNextResponse =
  PageableListOfUpdateIds & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfUpdateIds
    }
  }