UNPKG
@pipedream/clicktime
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Pipedream ClickTime Components
pipedream.com/apps/clicktime
@pipedream/clicktime
/
common
/
constants.mjs
8 lines
(7 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default
{ COST_MODELS: [
"Hourly"
,
"Salary"
, ], DEFAULT_LIMIT:
20
, };