Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserPartial

Hierarchy

Index

Properties

avatar

avatar: string | null

API link to load the user's avatar

Optional email

email: undefined | string

User's email

experiences

experiences: UserExperience[]

User's work experience

firstname

firstname: string

User's first name

fullname

fullname: string

User's full name

gender

gender: "male" | "female" | null

User's gender

href

href: string

API link to load the user's data

id

id: string

User's id

lastname

lastname: string

User's last name

Optional phones

phones: UserPhone[]

User's phone numbers

position

position: string | null

User's current work position

username

username: string

User's username

Generated using TypeDoc