{% extends "api/base.html.nunj" %}

{% import "helpers/code.html.nunj" as codeMacro %}

{% block overview %}
    <h2>Presentation</h2>
    {{ codeMacro.render(declaration | variablePresentation, "typescript", false) }}
{% endblock %}
