type alias z.objectInputTypeimport { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { objectInputType } = z; Type ParametersShape extends ZodRawShapeCatchall extends ZodTypeAnyoptionalUnknownKeys extends UnknownKeysParam = UnknownKeysParamdefinition: objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>