UNPKG
@pipedream/printify
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.1
Pipedream Printify Components
pipedream.com/apps/printify
@pipedream/printify
/
common
/
constants.mjs
17 lines
(15 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
const
LIMIT =
100
;
export
const
SHIPPING_OPTIONS = [ { label:
"Standard"
, value:
1
, }, { label:
"Priority"
, value:
2
, }, { label:
"Express"
, value:
3
, }, ];