🚀 Feature Request: wrangler types
should use union types for possible values
#6931
Labels
enhancement
New feature or request
Describe the solution
wrangler.toml
when I run
wrangler types
, it creates this interface:which causes a type error because the type is not
'false' | 'true'
or evenstring
.So the values need to be generated with all the possible values, and not with only the local value.
The text was updated successfully, but these errors were encountered: