fix: remove searchQuery from FilterModel
This commit is contained in:
@@ -18,10 +18,6 @@ export interface Property<TValue extends string> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface FilterModel<TValue extends string> {
|
export interface FilterModel<TValue extends string> {
|
||||||
/**
|
|
||||||
* Search query
|
|
||||||
*/
|
|
||||||
searchQuery?: string;
|
|
||||||
/**
|
/**
|
||||||
* Properties
|
* Properties
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user