# `Ash.Union`
[🔗](https://github.com/ash-project/ash/blob/v3.24.7/lib/ash/union.ex#L5)

A wrapper for values that are sourced from `Ash.Type.Union`.

# `t`

```elixir
@type t() :: %Ash.Union{type: term(), value: term()}
```

---

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