# `Reactor.Dsl.Input`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/dsl/input.ex/#L6)

The struct used to store input DSL entities.

See `d:Reactor.input`.

# `t`

```elixir
@type t() :: %Reactor.Dsl.Input{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  description: nil | String.t(),
  name: any(),
  transform: {module(), keyword()}
}
```

---

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