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
This is a great tool to auto-generate TypeScript interfaces!
I prefer to prefix with I_ (capital i, for "interface"), and drop the plural. So if my table name is "users" and model is "User", I'd like the auto-generated TypeScript interface to be:
Hello,
This is a great tool to auto-generate TypeScript interfaces!
I prefer to prefix with I_ (capital i, for "interface"), and drop the plural. So if my table name is "users" and model is "User", I'd like the auto-generated TypeScript interface to be:
Can we specify these rules in the config file?
The text was updated successfully, but these errors were encountered: