Class: TypeInfo
Type info base class.
Extended by
ArraySetTypeInfoArrayTypeInfoBooleanTypeInfoCodecTypeInfoFrozenTypeInfoLiteralTypeInfoModelTypeInfoNumberTypeInfoObjectMapTypeInfoObjectTypeInfoOrTypeInfoRecordTypeInfoRefinementTypeInfoRefTypeInfoSkipCheckTypeInfoStringTypeInfoTagTypeInfoTupleTypeInfoUncheckedTypeInfo
Constructors
Constructor
new TypeInfo(thisType): TypeInfo;
Parameters
| Parameter | Type |
|---|---|
thisType | AnyStandardType |
Returns
TypeInfo
Properties
kind
readonly kind: string = "typeInfo";
thisType
readonly thisType: AnyStandardType;