Property 'matrix' is incompatible with index signature.
Type '() => number[][]' is not assignable to type 'ModelValueTypeGetter | NullableProperty<any> | OneOf<any, boolean> | ManyOf<any, boolean> | NestedModelDefinition'.
Type '() => number[][]' is not assignable to type 'ModelValueTypeGetter'.
Type 'number[][]' is not assignable to type 'ModelValueType'.
Type 'number[][]' is not assignable to type 'PrimitiveValueType[]'.
Type 'number[]' is not assignable to type 'PrimitiveValueType'.
Type 'number[]' is not assignable to type 'string'.
Consider this case:
This results in TS error