UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

22 lines (14 loc) 572 B
# DeleteMySessionsCount Deleted Session Count ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **number** | The number of sessions that were revoked. | [optional] [default to undefined] ## Example ```typescript import { DeleteMySessionsCount } from '@ory/kratos-client'; const instance: DeleteMySessionsCount = { count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)