question about multi dimensional arrays

So I’m currently working on a project and I’m wondering if multidimensional arrays can be different values eg , array column 1 could be an int, then 2 could be a string and 3 could be an int
how i would usually would solve this in other programming languages i would just use classes with arrays but i am not finding anything about classes in verse? so I’m just wondering if there is a way to do this