Skip to content

Type Alias: InferMetricRow\<K\>

InferMetricRow<K> = K extends AugmentedRegistry<MetricRegistry> ? MetricRegistry[K] extends object ? Meas & Dim : Record<string, unknown> : Record<string, unknown>

Infers the full row shape (every measure + dimension) from registry otherwise a total Record<string, unknown>.

K