Skip to content

Commit

Permalink
feat(DataTable): updating some data table types
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoegelin committed Jan 24, 2025
1 parent 1b38729 commit b438467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/novo-elements/src/elements/data-table/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface IDataTablePreferences {
autobuildEntity?: AutobuildEntityData;
hasUnsavedChanges?: boolean;
unsavedChanges?: any;
useBooleanKeywords?: boolean;
}

export interface AutobuildEntityData {
Expand Down Expand Up @@ -295,6 +296,7 @@ export interface IKeywordGroup {
}

export interface IKeywordBlock {
operator?: 'and' | 'or';
exclude?: boolean;
keywordGroups: IKeywordGroup[];
}
Expand Down

0 comments on commit b438467

Please sign in to comment.