This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c638bc24f
verdnatura-chat
/
app
/
definitions
/
IReaction.ts
7 lines
101 B
TypeScript
Raw
Blame
History
export
interface
IReaction
{
_id
:
string
;
emoji
:
string
;
usernames
:
string
[
]
;
names
:
string
[
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink