import { TableViewProps } from '../interfaces'; export interface TBodyProps { data: Record[]; columnData: TableViewProps['columnData']; }