This website requires JavaScript.
Explore
Help
Sign In
sergiodt
/
vn-verdnaturachat
Watch
0
Star
0
Fork
You've already forked vn-verdnaturachat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f960e9fb4
vn-verdnaturachat
/
app
/
definitions
/
IReaction.ts
7 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Chore: Migrate Model's folder to Typescript (#3564)
2022-01-11 13:51:48 +00:00
export
interface
IReaction
{
_id
:
string
;
emoji
:
string
;
usernames
:
string
[
]
;
[IMPROVE] Add `All` tab in Reactions List (#4409) Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-09-29 19:42:04 +00:00
names
:
string
[
]
;
Chore: Migrate Model's folder to Typescript (#3564)
2022-01-11 13:51:48 +00:00
}