UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

21 lines (13 loc) 521 B
# GetVersion200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **version** | **string** | The version of Ory Kratos. | [default to undefined] ## Example ```typescript import { GetVersion200Response } from '@ory/client'; const instance: GetVersion200Response = { version, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)