verdnatura-chat/app/lib/constants/messagesStatus.ts

6 lines
65 B
TypeScript
Raw Normal View History

2022-04-28 18:45:00 +00:00
export const messagesStatus = {
SENT: 0,
TEMP: 1,
ERROR: 2
};