Static Level
↔ TS Static Language Level of static types, manage by TS at Compile Time
Types exist on Static Level
Generic Types exist on Static Level as factory for Types <
with Parameter in angle brackets\>
type TypeFactory<X\> = X;
type MyType = TypeFactory<string\>;
References
Language Level
↔ TS exists on Dynamic Level & Static Level