{% import "macros.html" as macros %} {%- if interface.description -%}

{$ interface.description | marked | safe $}

{%- endif -%} {%- if interface.isDeprecated -%}
Deprecated
{%- endif -%} {$ propertyList(interface.properties) $} {$ methodList(interface.methods) $}