Udostępnij przez


DevicesGetAllDevicesNextResponse type

Zawiera dane odpowiedzi dla operacji getAllDevicesNext.

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