Interface AbTestVariationDTO

interface AbTestVariationDTO {
    base: boolean;
    id: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

base: boolean
id: string
name: string