DevicesGetAllDevicesResponse type
Содержит данные ответа для операции getAllDevices.
type DevicesGetAllDevicesResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}