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