consider the following typescript code:
type Data = [string, number, symbol]; // Array of types // If I want to access \'symbol\' I would do this: type Valu