We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac480e commit adce9a2Copy full SHA for adce9a2
src/templates/partials/typeEnum.hbs
@@ -1,7 +1,7 @@
1
{{~#if @root.useUnionTypes~}}
2
{{#each enum}}{{{value}}}{{#unless @last}} | {{/unless}}{{/each}}{{>isNullable}}
3
{{~else if parent~}}
4
-{{{parent}}}.{{{name}}}{{>isNullable}}
+{{{parent}}}Enums.{{{name}}}{{>isNullable}}
5
{{~else~}}
6
7
{{~/if~}}
0 commit comments