limitations au ROLE_ENFANT sur page account/ modifier, supprimer et ajouter membre ok
This commit is contained in:
parent
2dd153198e
commit
95d9ab28f0
10 changed files with 56 additions and 15 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { Team } from "./team";
|
||||
|
||||
export interface Membre {
|
||||
id: string;
|
||||
nom: string;
|
||||
|
|
@ -7,6 +9,6 @@ export interface Membre {
|
|||
dateNaissance: Date;
|
||||
couleur: string;
|
||||
passwordConfirm: string;
|
||||
// smiley: string;
|
||||
//team: Team;
|
||||
roleList: string[];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
export interface Team {
|
||||
id: string;
|
||||
nom : string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue