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

Type Parameters

  • T

Type declaration