-implement create chat group

This commit is contained in:
tiago.kayaya
2021-01-21 16:27:04 +01:00
parent 608eee8cc2
commit f3c15e603a
56 changed files with 462 additions and 501 deletions
+7
View File
@@ -0,0 +1,7 @@
export class Contact{
_id: string;
username: string;
name: string;
email:string;
isRequired: boolean;
}