2
0
mirror of synced 2025-01-09 21:56:15 +00:00

6 lines
77 B
JavaScript
Raw Normal View History

2017-04-23 20:22:19 +01:00
module.exports = {
RUNNING: 'running',
OK: 'success',
ERR: 'error',
};