Type to require elements of array to all have one property or the other
I'm looking for a type that will force all elements of the array to have 1 property or the other
example
so here I need two things
1. one column can't have both
2. all columns in the array should have the same property (weight or width)
example
so here I need two things
1. one column can't have both
weight and width2. all columns in the array should have the same property (weight or width)
