UNPKG
@pipedream/pingback
Version:
latest (0.1.0)
0.1.0
0.0.1
Pipedream Pingback Components
pipedream.com/apps/pingback
@pipedream/pingback
/
common
/
constants.mjs
15 lines
(14 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
const
STATUS_OPTIONS = [ { label:
"Free Subscriber"
, value:
"free_subscriber"
, }, { label:
"Paid Subscriber"
, value:
"paid_subscriber"
, }, { label:
"Unsubscribed Subscriber"
, value:
"unsubscribed_subscriber"
, }, ];