This website requires JavaScript.
Explore
Help
Sign In
peter
/
doneit-web
Watch
1
Star
0
Fork
0
You've already forked doneit-web
mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced
2026-04-19 21:06:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa6450f3285f9d28851e8debc4cf9e05bcdf6c4e
doneit-web
/
src
/
app
/
models
/
chat
/
contact.model.ts
T
6 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
-implement create chat group
2021-01-21 16:27:04 +01:00
export
class
Contact
{
_id
:
string
;
username
:
string
;
Implement add contacts to group-chat
2021-01-22 15:28:52 +01:00
name
:
string
;
isChecked
:
boolean
;
-implement create chat group
2021-01-21 16:27:04 +01:00
}
Reference in New Issue
Copy Permalink