{{#enumTypes}}export enum {{shortName}} { {{#each values}} {{this}} = {{#with (lookup ../ordinals @index)}}{{#if length}}"{{this}}"{{else}}{{this}}{{/if}}{{/with}}, {{/each}} } {{/enumTypes}}