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

    Interface AbTestDraftPreviewSettingsDTO

    interface AbTestDraftPreviewSettingsDTO {
        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[]