With the flow, we have convenient way to check does value has the same type as value sof the object type, by using $Values
:
What if we would need to do something similar, but for the tuple type?
If to look up available utility types it might look, that there is no way to do so, and if we want to have the type, that will describe the intersection of all value types, we would need to do it manually. However with using $ElementType
we can do this: