-
- Filter by {{ props.filter.placeholder }}:
-
-
- (any)
-
-
- {{ quotaUsage.sourceLabel }}
-
-
-
-
-
-
diff --git a/client/src/utils/filtering.ts b/client/src/utils/filtering.ts
index 26b144eee659..686aa8f7f4f2 100644
--- a/client/src/utils/filtering.ts
+++ b/client/src/utils/filtering.ts
@@ -40,7 +40,7 @@ export type ErrorType = {
type OperatorForAlias = typeof operatorForAlias;
export type Alias = keyof OperatorForAlias;
type Operator = OperatorForAlias[Alias];
-type FilterType =
+export type FilterType =
| typeof String
| typeof Number
| typeof Boolean