In TypeScript, you work with types like string or number all the times.
string
number
Important: It is string and number (etc.), NOT String, Number etc.
String
Number
The core primitive types in TypeScript are all lowercase!