Merge branch 'dev' into blandine
This commit is contained in:
commit
219636bc75
32 changed files with 654 additions and 17 deletions
|
|
@ -1,9 +1,12 @@
|
|||
export interface Membre {
|
||||
prenom : string;
|
||||
nom: string;
|
||||
prenom: string;
|
||||
email: string;
|
||||
password: string;
|
||||
dateNaissance: Date;
|
||||
profil: boolean;
|
||||
roleList: string[];
|
||||
|
||||
passwordConfirm: string;
|
||||
roleList: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue