export interface Column { name: string; type: string; }