TypeScript Issue with Effect-HTTP Client Module: 'Unknown' and 'Never' Type Clash
[effect-http] I'm having some typescript issues with the Client module, I've looked at examples and can't pinpoint the issue. For some reason the Requirements of the effect are types as "unknown" and clash with "never" when I try to run it. But I can't figure out how they end up as unknown:
Full code can be seen here: https://github.com/mento-protocol/minipay-airdrop/blob/main/src/scripts/pad.ts
Full code can be seen here: https://github.com/mento-protocol/minipay-airdrop/blob/main/src/scripts/pad.ts
