import type { KpiResultRowItem } from './kpi-result-row-item.js';
/**
 * Representation of the 'KpiResultRow' schema.
 */
export type KpiResultRow = KpiResultRowItem[];
//# sourceMappingURL=kpi-result-row.d.ts.map