heroiclabs / nakama-js

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

How to use API types? #195

Open 40110 opened 5 months ago

40110 commented 5 months 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 5 months ago

SDK-826 How to use API types?