Define the content of a type alias. \ Not to be confused with GrType used by the type system.
type MyNewType = AnotherType;
The file where the type is declared.
Is the type visible from other files ?
Identifier.
The type aliased.
See Implementation
Define the content of a type alias. \ Not to be confused with GrType used by the type system.