Fonctionn modifier contact ok

This commit is contained in:
AlineRinquin 2022-01-23 15:08:17 +01:00
parent 0390c45886
commit a723a02a56
13 changed files with 80 additions and 32 deletions

View file

@ -1,8 +1,10 @@
export interface Contact {
id: string;
nom: string;
prenom: string;
telephone: string;
email: string;
adresse: string;
dateNaissance: Date;
team: any;
}