docs/theme/partials/typeParameters.hbs
<ul class="tsd-type-parameters">
{{#each typeParameters}}
<li>
<h4>{{#compact}}
{{name}}
{{#if type}}
<span class="tsd-signature-symbol">: </span>
{{#with type}}{{> type}}{{/with}}
{{/if}}
{{#if default}}
= {{#with default}}{{> type}}{{/with}}
{{/if}}
{{/compact}}</h4>
{{> comment}}
</li>
{{/each}}
</ul>