DevicesGetAllDevicesNextResponse type
Contiene datos de respuesta para la operación getAllDevicesNext.
type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}