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

    Type Alias TransformEffect<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

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