import type { PivotAggregation } from "./PivotAggregation.js"; export type PivotDataField = { field: string; aggregation: PivotAggregation; name?: string; numberFormat?: string; };