-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
feat(common): define type for file input #11040
feat(common): define type for file input #11040
Conversation
and file-validator.interface and max-file-size.validator
6fe60b6
to
a0f7ee8
Compare
Pull Request Test Coverage Report for Build ed678257-d3f2-408a-b523-68e1532a63e1
💛 - Coveralls |
define type for file details input in pipes |
as |
thank you for comment. |
|
@thiagomini want to take a look? 👀 |
@mohamadrezamomeni sounds good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I think we only need to adjust a few things, tho. Check my suggestions below.
Co-authored-by: Thiago Valentim <51245643+thiagomini@users.noreply.github.com>
@thiagomini what is your opinion right now ? :) |
4adaf76
to
2ccf67b
Compare
Hey, man, I'll review this PR again tomorrow. The last two days have been quite busy around here 😅. Thanks again for the contribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM now, but there's only one question left: why did you add the || { }
in the generic type?
It is issue i put |
I think we don't have to be explicit about that. The |
do it :) |
@kamilmysliwiec do you have any opinion right now? |
@mohamadrezamomeni this is a breaking change so we must wait till the next major release |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information