import { types as T, healthUtil } from "../deps.ts"; export const health: T.ExpectedExports.health = { async "web-ui"(effects, duration) { return healthUtil.checkWebUrl("http://deepsea-dashboard.embassy:5000")(effects, duration).catch(healthUtil.catchError(effects)) }, };