import { type TPartial } from "https://deno.land/x/typebox@0.26.0-dev.1/src/typebox.ts";
Type Parameters
T extends TSchema
definition: T extends TIntersect<infer S> ? TIntersect<TPartialArray<S>> : T extends TUnion<infer S> ? TUnion<TPartialArray<S>> : T extends TObject<infer S> ? TObject<TPartialProperties<S>> : T