UNPKG
@pipedream/mailosaur
Version:
latest (0.1.0)
0.1.0
0.0.1
Pipedream Mailosaur Components
pipedream.com/apps/mailosaur
@pipedream/mailosaur
/
common
/
constants.mjs
13 lines
(11 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
LIMIT =
1000
;
export
const
MATCH_OPTIONS = [ { label:
"All"
, value:
"ALL"
, }, { label:
"Any"
, value:
"ANY"
, }, ];