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

The struct used to store `wait_for` DSL entities.

See `d:Reactor.step.wait_for`.

# `t`

```elixir
@type t() :: %Reactor.Dsl.WaitFor{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  description: term(),
  names: [atom()]
}
```

---

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