import type { KpiAggregationAttribute } from './kpi-aggregation-attribute.js';
import type { KpiCountAggregate } from './kpi-count-aggregate.js';
/**
 * Representation of the 'KpiResultRowItem' schema.
 */
export type KpiResultRowItem = KpiAggregationAttribute | KpiCountAggregate;
//# sourceMappingURL=kpi-result-row-item.d.ts.map