Open
Description
They both seem great candidates to :
- replace
class-validator
andclass-transformer
to declare DTOs used for validation - replace
nests-swagger
the same interface created for Typia can also be inferred to generate API properties and response can be generated by NestiaTypedRoute
This results in classes containing fewer decorators and more performant validation steps.
I already successfully tested Nestia integration in this app.