/** * Column configuration for the table */ export interface ColumnConfig { /** * Name of the column and data accessor */ name: string; /** * Header of the column to be displayed */ header: string; }