bgrnwd / fotmob

:soccer: An unofficial JavaScript/TypeScript client for the FotMob API
MIT License
137 stars 18 forks source link

fix: wrong type enums #446

Closed ItamarShDev closed 8 months ago

ItamarShDev commented 8 months ago

Description

Please explain the changes you made here.

Checklist

Additional Comments

Anything else you'd like to add.

bgrnwd commented 8 months ago

The main changes I'm seeing here is the interface to type change for the types. Anything else I should be aware of?

ItamarShDev commented 8 months ago

The main changes I'm seeing here is the interface to type change for the types. Anything else I should be aware of?

This is meant to fix conversion issues in ts.

ItamarShDev commented 8 months ago

should fix #444