import { ColumnInterface } from './column.interface'; export interface TableSettingsDialogData { columns: Array; selectedColumns: Array; }