export interface Column { checked: boolean; value: string; }