export interface AdvancedTable { key: string; ui: { filtersExpanded: boolean; }; }