CmpStr - v3.2.1
    Preparing search index...

    Interface MetricResultSingle<R>

    MetricResultSingle represents the result of a single metric comparison.

    interface MetricResultSingle<R = MetricRaw> {
        a: string;
        b: string;
        metric: string;
        raw?: R;
        res: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    a: string
    b: string
    metric: string
    raw?: R
    res: number