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