import { type z } from "https://deno.land/x/pup@1.0.0-rc.0/deps.ts";
const { objectInputType } = z;
Type Parameters
Shape extends ZodRawShape
Catchall extends ZodTypeAny
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParamdefinition: objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>