Type Alias: MetricValueType

type MetricValueType =
  | SingleMetricValue
  | SingleMetricValue[]
  | Record<string, SingleMetricValue>;
Defined in: src/types/metrics.types.ts:2