UNPKG

118 BJavaScriptView Raw
1var logStatusType = {
2 SERVER_ERROR: 1,
3 VALIDATION_ERROR: 2,
4 SUCCESS: 3
5};
6
7module.exports = logStatusType;
\No newline at end of file