verdnatura-chat/app/constants/messagesStatus.ts

6 lines
51 B
TypeScript

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