Type alias MetricCollection

MetricCollection: {
    [key: string]: MetricsResponse;
}

Type declaration