# UiText


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **object** | The message\&#39;s context. Useful when customizing messages. | [optional] [default to undefined]
**id** | **number** |  | [default to undefined]
**text** | **string** | The message text. Written in american english. | [default to undefined]
**type** | **string** | The message type. info Info error Error success Success | [default to undefined]

## Example

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

const instance: UiText = {
    context,
    id,
    text,
    type,
};
```

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