Skip to content

TypeParameterDescriptor

Information for a TypeScript generic type parameter.

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