UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

27 lines (19 loc) 806 B
# UiText ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **context** | **object** | The message\'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)