export interface ColumnRaw { name: string; header: string; type: string; editable: boolean; defaultWidth: number; group: string; }