@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 724 B
Markdown
# RevisionAccountExperienceCustomTranslation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locale** | **string** | The locale (e.g. \"en\", \"de\") | [default to undefined]
**translations** | **string** | The URL where the i18n json can be found | [default to undefined]
## Example
```typescript
import { RevisionAccountExperienceCustomTranslation } from '@ory/client';
const instance: RevisionAccountExperienceCustomTranslation = {
locale,
translations,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)