TransformEffect: {
    transform: (arg: T, ctx: z.RefinementCtx) => any;
    type: "transform";
}

Type Parameters

  • T

Type declaration