feat: collect and render model imports for referenced types in Clean Architecture generation

This commit is contained in:
didavila
2026-03-24 16:02:17 +01:00
parent a97c3b22fa
commit e8c919ee76
2 changed files with 17 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
{{#models}}
{{#model}}
{{#imports}}
import { {{classname}} } from './{{classFilename}}.dto';
{{/imports}}
/**
* {{classname}} DTO
* {{#description}}{{description}}{{/description}}