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

{$ alias.description | marked | safe $}

{%- endif -%}

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