ExVcom.Model.User (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.User{
  firstName: String.t(),
  id: String.t(),
  lastName: String.t(),
  username: String.t()
}