Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for represending the User modifing the service.

Hierarchy

  • User

Index

Constructors

Properties

Constructors

constructor

  • new User(name: string, email: string): User
  • Constructor for the User class.

    Parameters

    • name: string

      Name of the user.

    • email: string

      Email of the user.

    Returns User

Properties

email

email: string

Email of the user.

name

name: string

Name of the user.

Generated using TypeDoc