Tuple (値のペア)

let x: [string, number];

x = ["hello", 10]; // OK

x = [10, "hello"]; // Error