set filter modal refactor

This commit is contained in:
Jan Prochazka
2024-08-19 09:27:51 +02:00
parent 84cd9d53b5
commit 4b5c136589
3 changed files with 52 additions and 80 deletions

View File

@@ -13,6 +13,7 @@ export interface StructuredFilterType {
supportExistsTesting?: boolean;
supportBooleanValues?: boolean;
supportSqlCondition?: boolean;
supportArrayTesting?: boolean;
// allowedOperators: Array<{ value: string; label: string }>;
}