# ContinueWithRecoveryUi

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | Action will always be &#x60;show_recovery_ui&#x60; show_recovery_ui ContinueWithActionShowRecoveryUIString | [default to undefined]
**flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) |  | [default to undefined]

## Example

```typescript
import { ContinueWithRecoveryUi } from '@ory/kratos-client';

const instance: ContinueWithRecoveryUi = {
    action,
    flow,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
