| 205 | const Query = Req.Query |
| 206 | |
| 207 | export class Eff extends Command<Eff>()("Eff", {}, { success: S.Void }) {} |
| 208 | export class Gen extends Command<Gen>()("Gen", {}) {} |
| 209 | |
| 210 | expectTypeOf(Eff.error).toEqualTypeOf<typeof Gen.error>() |
nothing calls this directly
no outgoing calls
no test coverage detected