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

    Interface AbTestPreviewSettingsDTO

    interface AbTestPreviewSettingsDTO {
        id: TestId;
        method: Method;
        name: string;
        segment: string;
        variations: AbTestVariationDTO[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: TestId
    method: Method
    name: string
    segment: string
    variations: AbTestVariationDTO[]