| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { expect, expectTypeOf, it } from "@effect/vitest" |
| 3 | import { configureInvalidation, makeQueryKey } from "effect-app/client" |
| 4 | import type { HandlerInput } from "effect-app/client/clientFor" |
nothing calls this directly
no test coverage detected