interface TotalMetric {
    data: number;
    type: MetricType;
}

Hierarchy (View Summary)

Properties

Properties

data: number