type CellValue = string | number | boolean | undefined | null | string[] | number[] | Record[]; export default CellValue;