export interface IColumnCheckAction { isChecked: boolean; name: string; groupIndex: number; itemIndex: number; }