This commit is contained in:
tiago.kayaya
2021-01-22 16:01:44 +01:00
95 changed files with 3733 additions and 8202 deletions
+6
View File
@@ -0,0 +1,6 @@
export class Contact{
_id: string;
username: string;
name:string;
isChecked: boolean;
}