// helpers.ts (или рядом) import type { DataTableProps } from 'mantine-datatable'; // Берём ИМЕННО ту ветку union, где есть `columns` export type ColumnsMode = Extract, { columns: unknown }>;