CustomField union type.
@type t() :: PolarExpress.Schemas.CustomFieldText.t() | PolarExpress.Schemas.CustomFieldNumber.t() | PolarExpress.Schemas.CustomFieldDate.t() | PolarExpress.Schemas.CustomFieldCheckbox.t() | PolarExpress.Schemas.CustomFieldSelect.t()