Open 40110 opened 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.
client.getAccount
SDK-826 How to use API types?
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.