Issue with Type Errors when Exporting Routes with ActionCtx result.
_generated default to any. Adding Promise<Response> to the lambda or using zValidator for the response resolves type errors. Regardless of abstracting logic or stringifying results, this type error persists. Unsure of the cause, it seems specific to returning values from the action context. My goal Hono Documentation on API Routing and RPC Client Guide. Any insights appreciated. This is not a big issue because i can use zValidator. I just want to understand.



