import apiClient from './client'; export function check() { return apiClient.get<{ status: string }>('health').then((r) => r.data); }