export interface Column { name: keyof T; width: number; color?: string; }