TypeScript Tuple

今天乃學突波這個咚咚!就是已知裡面的型別是什麼的固定length的陣列。
舉例:
const x: [string, string, number, string, number, string];
x = [‘Luna’, ‘trees’, 100, ‘birds’, 999, ‘times];