@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface ResolvedEndpoint

    interface ResolvedEndpoint {
        latency_ms: number | null;
        protocol: string;
        score: number;
        trust_score: number | null;
        url: string;
    }
    Index

    Properties

    latency_ms: number | null
    protocol: string
    score: number
    trust_score: number | null
    url: string