UNPKG
ddnsman
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
DDNS Management
github.com/wenwei1202/dnspod-ddns
wenwei1202/dnspod-ddns
ddnsman
/
src
/
constants
/
ClientStatus.ts
6 lines
(5 loc)
•
99 B
text/typescript
View Raw
1
2
3
4
5
6
export
enum
ClientStatus { INACTIVE =
'inactive'
, STOPPED =
'stopped'
, SYNCING =
'syncing'
}