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

6 lines
50 B
TypeScript

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