Skip to content

Commit

Permalink
Export enum type in TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 30, 2024
1 parent f93d67c commit 386a467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cw-schema-codegen/templates/typescript/enum.tpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ type {{ name }} =
} }
{% endmatch %}
{% endfor %}
;
;

export { {{ name }} };

0 comments on commit 386a467

Please sign in to comment.