can i somehow magically use the typescript types from npm libraries?
ie I use the
stripe
package. do i need to create my own external interfaces(or use with dynamic) every time?
e
Edoardo Luppi
06/12/2025, 8:18 AM
> do I need to create my own external interfaces every time
Short answer is yes.
Long answer is it depends. Dukat might still output something useful, or Karakum.
But the point to keep in mind is that you don't need everything. Start with the types you need, and expand if necessary.