Rocket.Chat.ReactNative/app/lib/constants/messagesStatus.ts

6 lines
65 B
TypeScript

export const messagesStatus = {
SENT: 0,
TEMP: 1,
ERROR: 2
};