z.PreprocessEffectCopyimport type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; const { PreprocessEffect } = z;type PreprocessEffect<T> = {type: "preprocess"; transform: (arg: T, ctx: RefinementCtx) => any; };§Type Parameters§T[src]§Type§{type: "preprocess"; transform: (arg: T, ctx: RefinementCtx) => any; }[src]