UNPKG
@codebynithin/time-entry
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Nithin time entry cli
github.com/codebynithin/time-entry
codebynithin/time-entry
@codebynithin/time-entry
/
services
/
enums
/
actions.enum.js
17 lines
(16 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= { ACTIONS: { INIT:
'init'
, SWITCH:
'switch'
, ADD:
'add'
, UPDATE:
'update'
, DELETE:
'delete'
, STATUS:
'status'
, ENTRIES:
'entries'
, ZOHO:
'zoho'
, GITLAB:
'gitlab'
, MERGE:
'merge'
, VERSION:
'version'
, HELP:
'help'
, }, };