# `Ory.Model.ContinueWithSettingsUi`

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

# `t`

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

# `decode`

---

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