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