There are many ways we can type a property to declare to TypeScript something is an array, or contains an array of “something”. We have generic types, array… ...
When classes are more structure than you need, tuples let you specify simple type-safe aggregates of other data types. They'll also let you create a dictionary collection…but it won't be type-safe. In ...