type alias z.baseObjectInputTypeimport { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { baseObjectInputType } = z; Type ParametersShape extends ZodRawShapedefinition: objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>