Interface UnsavedDraftPreviewSettingsDTO

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

Hierarchy (View Summary)

Properties

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