Fix modelEnum.mustache

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2025-07-18 02:12:35 +00:00
parent 90bc74075d
commit 7127ac9107
2 changed files with 2 additions and 2 deletions
@@ -17,4 +17,4 @@ export enum {{classname}} {
* @public
*/
export type {{classname}} = {{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}} | {{/-last}}{{/enumVars}}{{/allowableValues}};
{{/stringEnums}}
@@ -17,4 +17,4 @@ export enum {{classname}} {
* @public
*/
export type {{classname}} = {{#allowableValues}}{{#enumVars}}{{{value}}}{{^-last}} | {{/-last}}{{/enumVars}}{{/allowableValues}};
{{/stringEnums}}