Type alias MetricDataPoint

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

Type declaration

  • timestamp: string
  • value: number