# `PolarExpress.Schemas.UniqueAggregation`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/unique_aggregation.ex#L2)

UniqueAggregation

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.UniqueAggregation{
  func: String.t() | nil,
  property: String.t() | nil
}
```

* `func`
* `property`

# `schema_name`

---

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