| 1 | import { type Pausable, useIntervalFn, type UseIntervalFnOptions } from "@vueuse/core" |
| 2 | import type { Req } from "effect-app/client" |
| 3 | import type { RequestHandlerWithInput } from "effect-app/client/clientFor" |
| 4 | import type * as Effect from "effect-app/Effect" |
nothing calls this directly
no test coverage detected