Validate different types in the same array in TypeScript
How MyType
should be defined to ensure that each item of my array is an array composed of item of the same type?
How MyType
should be defined to ensure that each item of my array is an array composed of item of the same type?