import { type schemable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { UnionSchemable } = schemable;
Takes two schemables, left and right, and returns the union of them. This means that any value for must match either schemable.