DevicesGetAllDevicesNextResponse type
getAllDevicesNext 操作の応答データが含まれます。
type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}