mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 15:08:06 +00:00
fonctionnalités de la page Profile user
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class UserData {
|
||||
constructor(
|
||||
public email: string = "",
|
||||
public firstName: string = "",
|
||||
public lastName: string = "",
|
||||
public bio: string = "",
|
||||
public location: string = "",
|
||||
public images: string[] = [],
|
||||
public birthdate: Date = new Date()
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user