# `Plushie.Type.Any`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/type/any.ex#L1)

Accepts any value without validation. No guard is generated.

# `t`

```elixir
@type t() :: term()
```

---

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