@adaptabletools/adaptable 22.0.3 → 22.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/types.d.ts CHANGED
@@ -198,7 +198,7 @@ export type { Layout, LayoutState, LayoutArray, LayoutBase, TableLayout, PivotLa
198
198
  export type { RowSummary, RowSummaryPosition } from './AdaptableState/Common/RowSummary';
199
199
  export type { OpenFinReport, OpenFinSchedule, OpenFinState } from './AdaptableState/OpenFinState';
200
200
  export type { PlusMinusNudge, PlusMinusState } from './AdaptableState/PlusMinusState';
201
- export type { PredefinedConfig, InitialState } from './AdaptableState/InitialState';
201
+ export type { InitialState } from './AdaptableState/InitialState';
202
202
  export type { NamedQuery, NamedQueryState } from './AdaptableState/NamedQueryState';
203
203
  export type { QuickSearchState } from './AdaptableState/QuickSearchState';
204
204
  export type { ReminderSchedule, ScheduleState } from './AdaptableState/ScheduleState';