Type Alias ScalarMetric

ScalarMetric: {
    metric_id?: string;
    value: number;
}