-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: correct typescript types usage across the application #212
Comments
Thanks for opening this. I didn't have enough context on the index.d.ts file in the hot repo, but did grab from it. |
Declaration files are a huge part of typescript and most React frameworks use it in some form of another to define environment variables, nextjs people generally put a |
🎉 This issue has been resolved in version 1.3.0-beta.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
We have a standardized way of using types across backend and frontends:
App.tsx
that represent type files likeindex.d.ts
, global types mean they are not used in any of the components, but some pages do need it like database repositories, contributorsThese patterns currently cover all our typescript usage across different repositories. Any other things we might feel we need ping here! 🍕
The text was updated successfully, but these errors were encountered: