type alias z.PreprocessEffectimport { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { PreprocessEffect } = z; Type ParametersTdefinition: { type: "preprocess"; transform: (arg: T) => any; }