type alias objectOutputTypeimport { type objectOutputType } from "https://dotland.deno.dev/x/zod@v3.21.4/mod.ts"; Type ParametersShape extends ZodRawShapeCatchall extends ZodTypeAnyoptionalUnknownKeys extends UnknownKeysParam = UnknownKeysParamdefinition: objectUtil.flatten<objectUtil.addQuestionMarks<baseObjectOutputType<Shape>>> & CatchallOutput<Catchall> & PassthroughType<UnknownKeys>