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

CustomerState union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.CustomerStateIndividual.t()
  | PolarExpress.Schemas.CustomerStateTeam.t()
```

# `schema_name`

---

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