tastytrade / tastytrade-api-js

Javascript sdk for the tastytrade api
MIT License
63 stars 34 forks source link

Service return types Promise<any> #37

Open kyletaylor1324 opened 4 months ago

kyletaylor1324 commented 4 months ago

Any possibility to get types added to all of the service functions? Right now they are all Promise<any> so it requires the user of this sdk to implement all of their own types and models which does not seem ideal.