@type t() :: %ExNylas.Contact.Build.PhysicalAddress{ city: String.t() | nil, country: String.t() | nil, format: String.t() | nil, postal_code: String.t() | nil, state: String.t() | nil, street_address: String.t() | nil, type: String.t() | nil }