Type Alias PreprocessEffect<T>

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

Type Parameters

  • T