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

Integer type. Accepts Elixir integers only.

Supports `:min` and `:max` field constraints:

    field :count, :integer, min: 0, max: 999

# `t`

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

---

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