import { StandardTypeBuilder } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts";
[Standard]
Creates a Composite object type that will Union any overlapping properties of the given Object array
Type Parameters
T extends TObject[]
Parameters
schemas: [...T]
optional
options: ObjectOptions = [UNSUPPORTED]