import httpRequest, { type BaseResponse } from "../httpRequest"; import type { Device } from "../../services/measure/type"; export function getDeviceInfo() { return httpRequest>({ url: "/api/measurement-data/getDevice", method: "POST", }); }