export type HeaderAlignment = { horizontal?: 'left' | 'center' | 'right'; vertical?: 'top' | 'center' | 'bottom'; }; export type ColumnsGroupingConfig = { squashEmptyCells?: boolean; squashedHeaderAlign?: HeaderAlignment; };