import { TableColumn } from '../../model'; export type NestedTableColumn = Omit< TableColumn, 'id' | 'render' > & { id: C; };