corrections
This commit is contained in:
parent
22af2a20ba
commit
20459365ee
3 changed files with 2 additions and 20 deletions
|
|
@ -4,9 +4,6 @@ export interface Membre {
|
|||
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