export interface ColumnInterface { /** * This should be the ID of the ColumnDef for example. */ key: string; /** * The text that can be displayed alternatively to the ID. */ label: string; }