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

    Interface RegistryScanner

    A scanner entry from the registry manifest.

    interface RegistryScanner {
        name: string;
        displayName: string;
        categories: readonly string[];
        license: string;
        pricingModel: string;
        relationships?: readonly RegistryRelationship[];
    }
    Index

    Properties

    name: string
    displayName: string
    categories: readonly string[]
    license: string
    pricingModel: string
    relationships?: readonly RegistryRelationship[]