If I have a multidimensional array like this
const x: [][];
how can I specify the type of the array? Like you would with a normal array