Interface VariationWithRulesDTO

interface VariationWithRulesDTO {
    base: boolean;
    id: string;
    name: string;
    rules: TestPlacementRuleDTO[];
}

Hierarchy (View Summary)

Properties

Properties

base: boolean
id: string
name: string