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