Browse Source

chore: improves typing

e22m4u 2 years ago
parent
commit
33fca33d2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/filter/filter.d.ts

+ 1 - 0
src/filter/filter.d.ts

@@ -122,6 +122,7 @@ export declare type OperatorClause = {
   ilike?: string | RegExp;
   nilike?: string | RegExp;
   regexp?: string | RegExp;
+  flags?: string;
 };
 
 /**