vn-verdnaturachat/app/constants/messagesStatus.js

6 lines
50 B
JavaScript
Raw Normal View History

export default {
SENT: 0,
TEMP: 1,
ERROR: 2
};