es-membrane

Home > ts-morph-structures > TypeStructureKind

TypeStructureKind enum

Signature:

export declare enum TypeStructureKind 

Enumeration Members

Member Value Description
Array `1000000011`
Conditional `1000000012`
Function `1000000016`
Import `1000000020`
IndexedAccess `1000000013`
Infer `1000000007`
Intersection `1000000009`
Literal `1000000000`
Mapped `1000000014`
MemberedObject `1000000019`
Number `1000000002`
Parameter `1000000017`
Parentheses `1000000005`
PrefixOperators `1000000006`
QualifiedName `1000000004`
String `1000000001`
TemplateLiteral `1000000018`
Tuple `1000000010`
TypeArgumented `1000000015`
TypePredicate `1000000021`
Union `1000000008`
Writer `1000000003`