Interface ImpactManagementConfig

interface ImpactManagementConfig {
    enabled: boolean;
    impactDefiningSubtypes: string[];
    impactDisplayingSubtypes: string[];
}

Properties

enabled: boolean
impactDefiningSubtypes: string[]
impactDisplayingSubtypes: string[]

Generated using TypeDoc