import { type z } from "https://deno.land/x/zod@v3.20.5/index.ts";
const { objectInputType } = z;
Type Parameters
Shape extends ZodRawShape
Catchall extends ZodTypeAny
definition: ZodTypeAny extends Catchall ? baseObjectInputType<Shape> : objectUtil.flatten<baseObjectInputType<Shape> & { [k: string]: Catchall["_input"]; }>