export interface ColumnHeaderChange {
    /**
     * Index of the header column that was changed
     */
    columnIdentifier: number;
}
