import { type objectInputType } from "https://dotland.deno.dev/x/zod@v3.21.4/external.ts";
Type Parameters
Shape extends ZodRawShape
Catchall extends ZodTypeAny
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParamdefinition: objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>