Integrating Hono with Effect: Understanding TypeScript Class Definitions ReturnType

based on https://effect.website/docs/integrations/express

I would like to use (Hono)[https://hono.dev/], however I am not sure what should I write for this line.
class Hono extends Context.Tag('Hono')<Hono
, ReturnType<???>>() {}
Was this page helpful?