We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0320f7a commit a235e1bCopy full SHA for a235e1b
projects/igniteui-angular/src/lib/data-operations/filtering-expression.interface.ts
@@ -1,5 +1,4 @@
1
import { IFilteringOperation } from './filtering-condition';
2
-import { Serializable } from 'node:child_process';
3
import { IExpressionTree } from './filtering-expressions-tree';
4
5
/* mustCoerceToInt */
@@ -17,7 +16,7 @@ export declare interface IFilteringExpression {
17
16
fieldName: string;
18
condition?: IFilteringOperation;
19
conditionName?: string;
20
- searchVal?: Serializable;
+ searchVal?: any;
21
searchTree?: IExpressionTree;
22
ignoreCase?: boolean;
23
}
0 commit comments