# `ExIbge.Bngb.DictionaryEntry`
[🔗](https://github.com/pedrohfonseca81/ex_ibge/blob/main/lib/ex_ibge/bngb/dictionary_entry.ex#L1)

Struct representing a BNGB dictionary entry with translations.

# `t`

```elixir
@type t() :: %ExIbge.Bngb.DictionaryEntry{
  label_en: String.t() | nil,
  label_es: String.t() | nil,
  label_pt: String.t() | nil,
  term: String.t() | nil
}
```

# `from_entry`

```elixir
@spec from_entry({String.t(), map()} | nil) :: t() | nil
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
