{% assign value = include.value %}

Declaration

interface {{ value.name }} {
{%- for property in value.children -%} {%- assign property_type = property.type -%} {{ " " }}{{ property.name }}: {% include api_helper_type.html type=property_type %};
{%- endfor -%} }