Skip to content

Commit

Permalink
Add type spec to PhoneNumber model (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Jeż <35540+szymon-jez@users.noreply.github.com>
  • Loading branch information
m0rt3nlund and szymon-jez authored Dec 13, 2024
1 parent 374db68 commit da791c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ex_phone_number/model/phone_number.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule ExPhoneNumber.Model.PhoneNumber do
@moduledoc false

@type t :: %__MODULE__{}

# number
defstruct country_code: nil,
# number
Expand Down

0 comments on commit da791c0

Please sign in to comment.