union kind
example from the docs
in this example I wonder if
value can be a v.object instead of v.string and v.number.I also wonder if the
kind field has to be always named kind or can it be also tag?I'm exploring how to map this to Rescript Variants
I would like to do something like this

