# `AshSql.TypedStructArrayJsonb`

A custom type for handling arrays of typed structs stored as JSONB in Postgres.

This type behaves similarly to `Ash.Type.Map` but expects a list of maps
(dumped typed structs) instead of a single map. It's used internally by
AshSql to properly cast typed struct arrays when stored as JSONB.

# `handle_change?`

# `prepare_change?`

---

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