feat: Add DTO imports processing and update model template for cleaner architecture
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* {{#description}}{{description}}{{/description}}
|
||||
* Generated from OpenAPI specification
|
||||
*/
|
||||
export interface {{classname}}Dto {
|
||||
export interface {{classname}} {
|
||||
{{#vars}}
|
||||
{{#description}}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user