realistion de la page Mon Profil
This commit is contained in:
parent
4138c22051
commit
7ebacdc287
18 changed files with 702 additions and 145 deletions
9
src/app/utils/interfaces/user.ts
Normal file
9
src/app/utils/interfaces/user.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export interface User
|
||||
{
|
||||
_id: string,
|
||||
login: string
|
||||
hashPass: string
|
||||
mail: string
|
||||
role: any,
|
||||
profilePictureUrl: string
|
||||
}
|
||||
Reference in a new issue