import { type objectOutputType } from "https://deno.land/x/zod@v3.17.3/types.ts";
Type Parameters
Shape extends ZodRawShape
Catchall extends ZodTypeAny
definition: ZodTypeAny extends Catchall ? baseObjectOutputType<Shape> : objectUtil.flatten<baseObjectOutputType<Shape> & { [k: string]: Catchall["_output"]; }>