View Source ExNylas.Contact.Build.PhoneNumber (ExNylas v0.9.0)

Summary

Types

@type t() :: %ExNylas.Contact.Build.PhoneNumber{
  number: String.t(),
  type: (:work | :home | :other | :mobile) | nil
}