UNPKG
@pipedream/canny
Version:
latest (0.7.0)
0.7.0
0.6.0
Pipedream canny Components
pipedream.com/apps/canny
@pipedream/canny
/
common
/
constants.mjs
13 lines
(11 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
POST_STATUSES = [
"open"
,
"under review"
,
"planned"
,
"in progress"
,
"complete"
,
"closed"
, ];
export
{ POST_STATUSES, };