DevicesGetAllDevicesNextResponse type
Contains response data for the getAllDevicesNext operation.
type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}