import { api } from './client' import type { StatsResponse } from '../types/stats' export function getStats(): Promise { return api.get('/stats') }