import { http } from './http' import type { ServerInfo } from '../types/server' export const getServerInfo = () => { return http.getV2('../api/v2/system/info') }