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

    Interface UnknownVar

    An unknown NEXUS_* env var with optional typo suggestion.

    interface UnknownVar {
        name: string;
        suggestion: string | null;
    }
    Index

    Properties

    Properties

    name: string
    suggestion: string | null