Validate data coming from different sources (body params or Query) in a single DTO
In a nestjs APP, I am designing an API endpoint. While creating this endpoint I started having an issue in taking the right decision when it comes to validating incoming requests using a decent and correct pattern that doesn’t create technical debt