import { PopconfirmLocaleType } from '../ui/Popconfirm/interfaces.js'; export type DataTableType = { title: string; } & PopconfirmLocaleType;