DevicesGetGroupBestUpdatesResponse type

Innehåller svarsdata för åtgärden getGroupBestUpdates.

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