Skip to content

Commit

Permalink
fix: Remove manual step in type generator by updating generator templ…
Browse files Browse the repository at this point in the history
…ate (#2174)
  • Loading branch information
allan-almeida-imtbl authored Sep 13, 2024
1 parent d216193 commit a7ab442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { {{classname}} } from '{{apiRelativeToRoot}}{{tsModelPackage}}';
{{/imports}}
{{#imports}}
// @ts-ignore
export { {{classname}} } from '{{apiRelativeToRoot}}{{tsModelPackage}}';
export type { {{classname}} } from '{{apiRelativeToRoot}}{{tsModelPackage}}';
{{/imports}}
{{/withSeparateModelsAndApi}}
{{^withSeparateModelsAndApi}}
Expand Down

0 comments on commit a7ab442

Please sign in to comment.