By "simple type" I mean a type build from primitive types such as string or number, like so:
string
number
type Foo = number; type Bar =