import type { DatabaseHealthResponse } from '../../types/awards' import { requestJson } from '../http' export const systemApi = { getDatabaseHealth: () => requestJson('/api/health/database'), }