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

    Interface RegistryRelationship

    A relationship edge between scanners.

    interface RegistryRelationship {
        target: string;
        type: "supersedes" | "uses" | "bundles" | "competes-with";
    }
    Index

    Properties

    Properties

    target: string
    type: "supersedes" | "uses" | "bundles" | "competes-with"