Concept Flow - DTO class creation
Define DTO class
Add properties with types
Use decorators for validation
Export DTO class
Use DTO in controller/service
This flow shows how to create a DTO class by defining it, adding typed properties, applying validation decorators, exporting it, and then using it in your NestJS app.