Type aliases
IHobby
IHobby
: { category
: hobby; values
: string; visibility
: "PUBLIC" | "PRIVE" }Type declaration
values: string
visibility: "PUBLIC" | "PRIVE"
IUser
IUser
: { address
: string; birthdate
: string; displayName
: string; email
: string; health
: string; hobbies
: IHobby[]; id
: string; login
: string; mobile
: string; mood
: string; motto
: string; schools
: { classes
: string[]; id
: string; name
: string }[]; tel
: string; type
: profile[] }Type declaration
address: string
birthdate: string
displayName: string
email: string
health: string
id: string
login: string
mobile: string
mood: string
motto: string
schools: { classes: string[]; id: string; name: string }[]
tel: string
IUserPreview
IUser
Preview
: { displayName
: string; groupDisplayName
: string; id
: string; profile
: profile }Type declaration
displayName: string
groupDisplayName: string
id: string
hobby
hobby: "sport" | "cinema" | "animals" | "music" | "places" | "books"
profile
profile: "Teacher" | "Guest" | "Relative" | "Personnel" | "Student"
The category of the hobby