interface Metrics {
    [aMetricType: string]: {
        [aMetricIdentifier: string]: JSONValue;
    };
}

Indexable

[aMetricType: string]: {
    [aMetricIdentifier: string]: JSONValue;
}

Generated using TypeDoc