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
[ ] Regression
[] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
String type.
Expected behavior
Number type.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
So i could use discriminating union in my storage module, because Express.Multer.File interface has it as a number property.
The text was updated successfully, but these errors were encountered:
itseramin
changed the title
Change UploadFileMetaData interface's size property to number from string type.
Change UploadedFileMetaData interface's size property to number from string type.
Nov 24, 2021
Title^
Current behavior
String type.
Expected behavior
Number type.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
So i could use discriminating union in my storage module, because Express.Multer.File interface has it as a number property.
Environment
The text was updated successfully, but these errors were encountered: