Argument type string is not assignable to parameter type keyof E["Variables"]
I'm using Hono with Webstorm and whenever I use .get() or .set() with some key of string, webstorm will always complain such type mismatch. Even the type-safe guard on docs doesn't help.
The code:
https://github.com/search?q=repo%3Aminhperry%2Fcf-worker-backend%20c.get(&type=code
The code:
https://github.com/search?q=repo%3Aminhperry%2Fcf-worker-backend%20c.get(&type=code
