Provides struct and type for a User.ApproximateLocation
@type t() :: %OpenAi.User.ApproximateLocation{ city: String.t() | nil, country: String.t() | nil, region: String.t() | nil, timezone: String.t() | nil, type: String.t() }