fix: remove searchQuery from FilterModel

This commit is contained in:
Ilia Mashkov
2026-01-13 20:07:42 +03:00
parent 30cb9ada1a
commit 52ecb9e304

View File

@@ -18,10 +18,6 @@ export interface Property<TValue extends string> {
}
export interface FilterModel<TValue extends string> {
/**
* Search query
*/
searchQuery?: string;
/**
* Properties
*/