View Source Elixteg.Model.User (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.User{
  first_name: binary(),
  id: integer(),
  last_name: binary(),
  username: binary()
}