# `Hunter.ExtendedDescription`
[🔗](https://github.com/milmazz/hunter/blob/v0.8.0/lib/hunter/extended_description.ex#L1)

ExtendedDescription entity

An extended description of the instance, to be shown on its about page

## Fields

  * `updated_at` - when the content was last updated
  * `content` - the rendered HTML content of the extended description

# `t`

```elixir
@type t() :: %Hunter.ExtendedDescription{content: String.t(), updated_at: String.t()}
```

---

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