Type Alias MetricDataPoint

MetricDataPoint: {
    timestamp: string;
    value: number;
}