Condividi tramite


DevicesGetAllDevicesNextResponse type

Contiene i dati di risposta per l'operazione getAllDevicesNext.

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