# `Ash.TypedStruct.Field`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/typed_struct.ex#L76)

Represents a field on a typed struct

# `t`

```elixir
@type t() :: %Ash.TypedStruct.Field{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_nil?: term(),
  constraints: Keyword.t(),
  default: nil | term() | (-&gt; term()),
  description: term(),
  name: atom(),
  type: Ash.Type.t()
}
```

---

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