Skip to content

TypeParameterDescriptor

Information for a TypeScript generic type parameter.

defaultoptionalChildrenThe default type of the type parameter.
extendsoptionalChildrenThe extends constraint for the type parameter.
metadataoptional Record<string, unknown>Arbitrary metadata for the type parameter symbol.
namestring | NamekeyThe name of the type parameter.
refkeyoptionalRefkey | Refkey[]A refkey or array of refkeys for this type parameter.