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

CustomField union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.CustomFieldText.t()
  | PolarExpress.Schemas.CustomFieldNumber.t()
  | PolarExpress.Schemas.CustomFieldDate.t()
  | PolarExpress.Schemas.CustomFieldCheckbox.t()
  | PolarExpress.Schemas.CustomFieldSelect.t()
```

# `schema_name`

---

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