-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
This issue is related to the JavaScript bindings.
When we create a new post using the builder.createPost function, the returned post instance lacks proper TypeScript type definitions. It would be ideal if the returned object had its kind property typed as PubkyAppPostKind instead of a generic string.
Additionally, we should ensure that all other fields and objects exposed through the bindings are properly typed in TypeScript
Reactions are currently unavailable