import { type objectOutputType } from "https://dotland.deno.dev/x/zod@v3.22.2/types.ts";
Type Parameters
Shape extends ZodRawShape
Catchall extends ZodTypeAny
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParamdefinition: objectUtil.flatten<objectUtil.addQuestionMarks<baseObjectOutputType<Shape>>> & CatchallOutput<Catchall> & PassthroughType<UnknownKeys>