TypeParameterViewModelinterface

A generic type parameter with optional constraint and default.

Properties

constraintproperty

constraint: TypeViewModel | null

Constraint (e.g., extends string), if any.

defaultproperty

default: TypeViewModel | null

Default type, if any.

nameproperty

name: string

Type parameter name (e.g., "T", "K").