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