nexus-agents - v2.80.0
    Preparing search index...

    Interface ConflictWarning

    A conflict or redundancy warning.

    interface ConflictWarning {
        scanners: readonly string[];
        type: "superseded" | "redundant";
        recommendation: string;
    }
    Index

    Properties

    scanners: readonly string[]
    type: "superseded" | "redundant"
    recommendation: string