export interface TableDataItem { id: number | string; isPlaceholder?: boolean; }