UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 584 B
# GetMetricsEventTypes Response of the getMetricsEventTypes endpoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **events** | **Array<string>** | The list of data points. | [readonly] [default to undefined] ## Example ```typescript import { GetMetricsEventTypes } from '@ory/client'; const instance: GetMetricsEventTypes = { events, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)