# `AMQP`
[🔗](https://github.com/pma/amqp/blob/v4.2.1/lib/amqp.ex#L1)

This module provides AMQP-related types.

# `argument_type`

```elixir
@type argument_type() ::
  :longstr
  | :signedint
  | :decimal
  | :timestamp
  | :table
  | :byte
  | :double
  | :float
  | :long
  | :short
  | :bool
  | :binary
  | :void
  | :array
```

# `arguments`

```elixir
@type arguments() :: [{String.t(), argument_type(), term()}]
```

---

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