Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency - @types/formidable #194

Open
karlismelderis opened this issue May 4, 2021 · 0 comments
Open

Update dependency - @types/formidable #194

karlismelderis opened this issue May 4, 2021 · 0 comments

Comments

@karlismelderis
Copy link

Problem/Feature Request Summary

@types/formidable 1.0.31 has broken Files type

1.0.31 has:

    interface Files {
        [key: string]: File;
    }

latest version has:

    interface Files {
        [key: string]: File | File[]; // is an array when multiples is true
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant