Integration App SDK - v1.14.0
    Preparing search index...

    Type Alias PreprocessEffect<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    type: "preprocess"
    transform: (arg: T, ctx: RefinementCtx) => any