Flocc
    Preparing search index...

    Interface AggregatedResult

    Single aggregated result row.

    interface AggregatedResult {
        metrics: Record<string, any>;
        parameters: Record<string, any>;
    }
    Index

    Properties

    Properties

    metrics: Record<string, any>
    parameters: Record<string, any>