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