Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the value of the user.

Hierarchy

  • UserValue

Index

Constructors

  • new UserValue(_id: string, _name: string, _surname: string, _email: string): UserValue

Accessors

  • get email(): string
  • get fullName(): string
  • get id(): string
  • get name(): string
  • get surname(): string

Generated using TypeDoc