willianjusten / nba-nextjs

See NBA game results and standings powered by Next.js
https://nba.willianjusten.com.br
26 stars 2 forks source link

Create types correctly to the APIs and also the components #3

Closed willianjusten closed 5 months ago

willianjusten commented 6 months ago

As of know we have types.ts inside the api folder, but it's still poor formatted. And also our components are not being typed correctly as well.

willianjusten commented 5 months ago

I created the last types here: https://github.com/willianjusten/nba-nextjs/commit/4efe1f5e123738d5e9e1eef23679a39541c23682

But now we need to reorganize those types and remove duplicated ones.