# `Selecto.Subfilter.CompoundSpec`

Specification for compound subfilter operations (AND/OR).

# `compound_type`

```elixir
@type compound_type() :: :and | :or
```

# `t`

```elixir
@type t() :: %Selecto.Subfilter.CompoundSpec{
  subfilters: [Selecto.Subfilter.Spec.t()],
  type: compound_type()
}
```

---

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