export interface TableColumn { columnDef: string; header: string; cell: Function; isLink?: boolean; url?: string; isCenter?: boolean; }