Add _regex validation operator (#5089)

Closes #2917
This commit is contained in:
Rijk van Zanten
2021-04-15 17:25:51 -04:00
committed by GitHub
parent 1382f5da2e
commit 1fb4db1fda
6 changed files with 28 additions and 6 deletions

View File

@@ -38,3 +38,5 @@ export type FilterOperator =
| 'nnull'
| 'empty'
| 'nempty';
export type ValidationOperator = 'required' | 'regex';