interface TUnion implements TSchemaimport { type TUnion } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts"; Type ParametersoptionalT extends TSchema[] = TSchema[]Properties[Kind]: "Union"static: [K in keyof T]: T[K] extends TSchema ? Static<T[K], this["params"]> : never[number]anyOf: T