I want to use two dto's for one query param.
@Query() query: CurrencyTypeDto|PaginationLimitDto
I know I can use inheritance. Maybe there is another way?
question from:https://stackoverflow.com/questions/65932726/how-to-add-two-dto-for-one-query-param