début add Member
This commit is contained in:
parent
8d5cd03d33
commit
5904f64103
7 changed files with 248 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
export interface Membre {
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
nom: string;
|
||||
prenom: string;
|
||||
email: string;
|
||||
password: string;
|
||||
dateNaissance: Date;
|
||||
teamName: string;
|
||||
profil: boolean;
|
||||
roleList: string[];
|
||||
passwordConfirm: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue