Freigeben über


DevicesGetAllDevicesNextResponse type

Enthält Antwortdaten für den getAllDevicesNext-Vorgang.

type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDevices
  }
}