Revert unneeded change to types.

This commit is contained in:
Sam Rose 2024-04-10 17:56:57 +01:00
parent ed8f0960e0
commit 432b11a7f6
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ export enum FilterType {
EMPTY = "empty", EMPTY = "empty",
NOT_EMPTY = "notEmpty", NOT_EMPTY = "notEmpty",
ONE_OF = "oneOf", ONE_OF = "oneOf",
CONTAINS = "contains",
} }
export enum DatasourceFeature { export enum DatasourceFeature {