TypeParameterViewModelinterface
A generic type parameter with optional constraint and default.
Properties
constraintproperty
Type
constraint: TypeViewModel | null
Constraint (e.g., extends string), if any.
defaultproperty
Type
default: TypeViewModel | null
Default type, if any.
nameproperty
Type
name: string
Type parameter name (e.g., "T", "K").