H
Hono5mo ago
Adophilus

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 Variables type (inside Env). I'd like to have c.var.db to be of type Database from ../lib/database
No description
2 Replies
Olamide
Olamide5mo ago
You can type it like this
No description
Olamide
Olamide5mo ago
And in each route just pass Env to Hono Like Hono<Env>

Did you find this page helpful?