Type Alias: InferMetricRow\<K\>
InferMetricRow<
K> =KextendsAugmentedRegistry<MetricRegistry> ?MetricRegistry[K] extendsobject?Meas&Dim:Record<string,unknown> :Record<string,unknown>
Infers the full row shape (every measure + dimension) from registry
otherwise a total Record<string, unknown>.
Type Parameters
Section titled “Type Parameters”K