import { healthUtil, types as T } from "../deps.ts"; export const health: T.ExpectedExports.health = { "web": async (effects, duration) => { return healthUtil.checkWebUrl("http://kamado-pool.embassy:8080/api/health")( effects, duration, ); }, };