2
0
mirror of synced 2025-01-09 13:45:50 +00:00
2017-04-23 20:22:19 +01:00

6 lines
77 B
JavaScript

module.exports = {
RUNNING: 'running',
OK: 'success',
ERR: 'error',
};