This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0a67cb8096
Rocket.Chat.ReactNative
/
app
/
definitions
/
IServedBy.ts
6 lines
77 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
IServedBy
{
_id
:
string
;
Chore: Create IServerRoom and IServerSubscription (#3782)
2022-03-08 16:25:27 +00:00
username?
:
string
;
ts?
:
Date
;
Chore: Migrate Model's folder to Typescript (#3564)
2022-01-11 13:51:48 +00:00
}