# `ADK.Types.Blob`
[🔗](https://github.com/JohnSmall/adk_ex/blob/v0.2.0/lib/adk/types.ex#L1)

Binary data with MIME type.

# `t`

```elixir
@type t() :: %ADK.Types.Blob{data: binary(), mime_type: String.t()}
```

---

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