Is type augmentation for Variables in hono/env possible?
Good day everyone, I recently started using honox in a new project and I want to figure out if its possible to do type augmentation for the
I'd like to have
Variables type (inside Env).I'd like to have
c.var.db to be of type Database from ../lib/database