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

{$ constant.description | safe $}

{%- endif -%}
        {%- highlight "typescript" -%}
          const {$ constant.name | safe $}: {$ constant.type | safe $};
            {%- end_highlight -%}