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

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.Contact{
  first_name: binary(),
  last_name: binary(),
  phone_number: binary(),
  user_id: integer()
}