# `Ash.Resource.Interface.CustomInput`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/interface/custom_input.ex#L5)

Represents a custom input to a code interface

# `t`

```elixir
@type t() :: %Ash.Resource.Interface.CustomInput{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_nil?: term(),
  constraints: term(),
  default: term(),
  description: term(),
  name: term(),
  sensitive?: term(),
  transform: term(),
  type: term()
}
```

# `schema`

---

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