export interface Columns {
    key: string;
    label: string;
    customCell?: boolean | false;
    width?: string;
}
