DevicesGetAllDeviceClassesNextResponse type
包含 getAllDeviceClassesNext作的响应数据。
type DevicesGetAllDeviceClassesNextResponse = PageableListOfDeviceClasses & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeviceClasses
}
}