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

    Interface CorePluginRegistrationResult

    Result of core plugin registration.

    interface CorePluginRegistrationResult {
        registered: number;
        failed: number;
        errors: readonly string[];
    }
    Index

    Properties

    registered: number
    failed: number
    errors: readonly string[]