@nosto/nosto-js
    Preparing search index...

    Interface ABTest

    AB tests variations

    interface ABTest {
        activeVariation: { id: string };
        id: string;
    }
    Index

    Properties

    Properties

    activeVariation: { id: string }
    id: string