Partager via


DevicesGetAllDevicesNextResponse type

Contient les données de réponse pour l’opération getAllDevicesNext.

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