type alias z.baseObjectOutputTypeimport { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts"; const { baseObjectOutputType } = z; Type ParametersShape extends ZodRawShapedefinition: [k in keyof Shape]: Shape[k]["_output"]