import { CellValue } from '@/lib/types/cell'; export interface RowModifyInfo { rowId: string; modifyRowData: Record; }