You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a file with types that have a number in them, e.g. interface My3User, those types are excluded from the generated const schema = { ... } code in the output TypeScript. Probably something with this RegEx but I can't immediately tell what.
Oh and thanks for this interesting project!
The text was updated successfully, but these errors were encountered:
When I have a file with types that have a number in them, e.g.
interface My3User
, those types are excluded from the generatedconst schema = { ... }
code in the output TypeScript. Probably something with this RegEx but I can't immediately tell what.Oh and thanks for this interesting project!
The text was updated successfully, but these errors were encountered: