Interface InterferenceVictim

interface InterferenceVictim {
    traceId: string;
    strengthReduction: number;
}

Properties

traceId: string
strengthReduction: number