Skip to content

Commit 0c1a1a9

Browse files
committed
Update project.ts
1 parent 527caba commit 0c1a1a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/models/project.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ export enum ReceiveTypes {
5353
*/
5454
ALL = 'ALL',
5555

56+
/**
57+
* If event seen more than threshold in thresholdPeriod
58+
*/
59+
SEEN_MORE = 'SEEN_MORE',
60+
5661
/**
5762
* Only first occurrence
5863
*/

0 commit comments

Comments
 (0)