import type { PivotGridCell } from "./PivotGridCell.js"; export type PivotGrid = { rows: number; cols: number; cells: Array; };