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

    Interface UnsavedDraftPreviewSettingsDTO

    interface UnsavedDraftPreviewSettingsDTO {
        id: TestId;
        method: Method;
        name: string;
        segment: string;
        variations: VariationWithRulesDTO[];
    }

    Hierarchy (View Summary)

    Index

    Properties

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