We currently do not support tuples tuples are types like these: ```typespec model Test { check: [int32, int64, string] } @entity() model Test2 { @key check: [int32, int64, string] } ``` Supporting them is probably not trivial
We currently do not support tuples
tuples are types like these:
Supporting them is probably not trivial