Hierarchy

Constructors

  • Creates an instance of a model entity with an API to communicate with a resource (http RESTful resource)

    Parameters

    • Optional attrs: UserFields

      The initial attributes for the resource. Those attributes are in force to defaults()

    Returns User

Methods

  • Returns string

  • Returns {
        email: string;
        first_name: string;
        last_name: string;
    }

    • email: string
    • first_name: string
    • last_name: string

Generated using TypeDoc