ravenloue / TMDB-TrendingSearch

A mobile-friendly webpage that utilizes TMDB's API to retrieve daily or weekly trends for movies, tv shows and people involved in the industry.
https://ravenloue.github.io/TMDB-TrendingSearch/public/
1 stars 0 forks source link

TypeScript errors #5

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

Code commit worked, but there were several typescript errors because the compiler is unable to be sure that the objects from the json have the properties mentioned.

ravenloue commented 1 year ago

Was looking into classes to fix this, but interfaces worked out better