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