export interface ITableCheckBox { columnOne: string; columnTwo: string; columnThree: string; columnFour: string; }