heroiclabs / nakama-js

JavaScript client for Nakama server written in TypeScript.
https://heroiclabs.com/docs/nakama/client-libraries/javascript/
Apache License 2.0
182 stars 54 forks source link

How to use API types? #195

Open 40110 opened 2 weeks ago

40110 commented 2 weeks ago

Doesn't seem like the package exports any of the types in api.gen.ts, is it on purpose? For example, I'd like to store the return value of client.getAccount which is an ApiAccount, but I can't reference this type in my code.

linear[bot] commented 2 weeks ago

SDK-826 How to use API types?