We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fastify-multer/src/interfaces.ts
Lines 25 to 34 in 0801665
Express version of multer have them all as required: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/661506820433050469e8d608e3059b0166d043be/types/multer/index.d.ts#L20-L47 I was wondering if there was a reason in particular that that some of these properties are considered optional.
edit: only interested in the path property being required atm
path
The text was updated successfully, but these errors were encountered:
Hi @naseemkullah! Sorry for the late response but this issue finished between hundred of GitHub emails.
If I recall correctly I implemented them as optional due to the fact that not all of them are always defined:
What do you think?
Sorry, something went wrong.
No branches or pull requests
fastify-multer/src/interfaces.ts
Lines 25 to 34 in 0801665
Express version of multer have them all as required: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/661506820433050469e8d608e3059b0166d043be/types/multer/index.d.ts#L20-L47 I was wondering if there was a reason in particular that that some of these properties are considered optional.
edit: only interested in the
path
property being required atmThe text was updated successfully, but these errors were encountered: