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

Untyped map. Accepts any map without validating keys or values.

For maps with typed keys or named fields, use the `{:map, ...}`
composite forms instead (see `Plushie.Type`).

# `t`

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

---

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