Skip to content

Commit f68431b

Browse files
committed
Added comment in model file
1 parent 556f537 commit f68431b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Selector.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export interface ISelector {
77
build(): this
88
}
99

10+
/**
11+
* Publically available Operator Enumeration
12+
*/
1013
export enum Operators {
1114
EQUAL = '==',
1215
NOT_EQUAL = '!=',

0 commit comments

Comments
 (0)