import { CellValuesByColumnId } from "../Cell"; export interface RowData { id: string; commentCount?: number; createdAt: string; cellValuesByColumnId: CellValuesByColumnId; }