Schema Intersection
I've read about unions at the top level here: https://docs.convex.dev/database/schemas#unions
However, as you can see, I need the status field that is true for all asset types. I tried to do this:
For now, I can't understand how to implement the aforementioned type. Seems like it lacks
v.intersection() API.
