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

Type Parameters

  • T