You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our frontend is interacting with the Paddle API through a proxy API on a proprietary backend for security purposes. I'm looking for a way to rely on your type definitions for those APIs (e.g., Product, Prices, Customer etc) on the client and it doesn't really make sense to install the Node SDK just for that purpose (don't want server lib code ending up in my frontend bundle either).
What problem are you looking to solve?
I need to make use of the Node SDK's type defs on the frontend. @vijayasingam-paddle informed me that the best solution would be an independent package that exists to provide these types for the frontend to use. That sounds great, would be awesome if this could happen.