AB tests variations

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

Properties

Properties

activeVariation: { id: string }
id: string