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