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

Type Parameters

  • T