Represents a phone code associated with a country.
code
String.t
country_code
country_name
@type t() :: %Appwrite.Types.Phone{ code: String.t(), country_code: String.t(), country_name: String.t() }