feat: Add DTO imports processing and update model template for cleaner architecture

This commit is contained in:
didavila
2026-03-24 12:20:50 +01:00
parent 32e7d73ab8
commit d1bcf06439
3 changed files with 64 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* {{#description}}{{description}}{{/description}}
* Generated from OpenAPI specification
*/
export interface {{classname}}Dto {
export interface {{classname}} {
{{#vars}}
{{#description}}
/**