Fonctionn modifier contact ok
This commit is contained in:
parent
0390c45886
commit
a723a02a56
13 changed files with 80 additions and 32 deletions
|
|
@ -1,8 +1,10 @@
|
|||
export interface Contact {
|
||||
id: string;
|
||||
nom: string;
|
||||
prenom: string;
|
||||
telephone: string;
|
||||
email: string;
|
||||
adresse: string;
|
||||
dateNaissance: Date;
|
||||
team: any;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue