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
@ReyPena you can overcome the support by simply creating a new interface and adding the files as attribute there as Typescript have type declaration merging it will just give you a new type with files on.
this will help for projects build on node.
It requires a module declaration on a .d.ts file.
something like:
declare module 'busboy-body-parser'
The text was updated successfully, but these errors were encountered: