Is it possible to define secrets in `wrangler.toml` so that they get added to types that are auto-ge

Is it possible to define secrets in
wrangler.toml
so that they get added to types that are auto-generated by wrangler types?
I can specify regular env vars in [vars] but trying to set such var's value with wrangler secret put after deployment results in an error saying that the variable is already set and I have to delete all of those encrypted variables first which doesn't really make it seem like the right way to do it.

originally posted in #workers-discussions but I deleted it after finding out that there's a channel specifically for wrangler rather than just workers in general
Was this page helpful?