{%- if list.length > 0 %}
  {% for type in list -%}
  export const {{ type.typeName }} = {{ type.type }}

  {% endfor -%}
{%- endif %}