export type BodyCellValue = null | undefined | string | number | boolean;
