# `Ory.Model.ContinueWithRecoveryUi`

Indicates, that the UI flow could be continued by showing a recovery ui

# `t`

```elixir
@type t() :: %Ory.Model.ContinueWithRecoveryUi{
  action: String.t(),
  flow: Ory.Model.ContinueWithRecoveryUiFlow.t()
}
```

# `decode`

---

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