export interface Column { title?: string; dataIndex?: string; key?: string; index: number; override?: boolean; hidden?: boolean; render?: any; }