ts_union.Rd
Create a union of types. Currently this only accepts schemas as strings.
ts_union(...)
Zod types to merge (as strings)
x <- ts_union("z.number()", "z.string()")