Implement add contacts to group-chat

This commit is contained in:
tiago.kayaya
2021-01-22 15:28:52 +01:00
parent f3c15e603a
commit 1d4a292956
6 changed files with 77 additions and 16 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
export class Contact{
_id: string;
username: string;
name: string;
email:string;
isRequired: boolean;
name:string;
isChecked: boolean;
}