import { type TPartialObjectArray } from "https://deno.land/x/typebox_deno@0.31.22/src/typebox.ts";
Type Parameters
T extends TObject[]
definition: AssertRest<[K in keyof T]: TPartial<AssertType<T[K], TObject>>, TObject[]>
x/typebox_deno/src/typebox.ts>TPartialObjectArray
import { type TPartialObjectArray } from "https://deno.land/x/typebox_deno@0.31.22/src/typebox.ts";