clik-engine API
    Preparing search index...

    Interface EntityMetrics

    interface EntityMetrics {
        peakByType: Record<string, number>;
        peakCount: number;
        samples: number;
    }
    Index

    Properties

    peakByType: Record<string, number>
    peakCount: number
    samples: number