array dengan banyak jenis di ts

const foo: [number, string] = [ 1, "message" ];
|_Genos_|