{% import "macros.html" as macros %} {%- if alias.isDeprecated -%}
Deprecated
{%- endif -%} {%- if alias.description -%}

{$ alias.description | safe $}

{%- endif -%}
        {%- highlight "typescript" -%}
            type {$ alias.name | safe $} = {$ alias.type | safe $};
        {%- end_highlight -%}